aboutsummaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
blob: 1eb3dbb1495d983ca831df26837fe2cf2bd4d5fe (plain) (blame)
1
2
3
4
5
6
7
8
9
if(PLUGIN_ENABLED_openpgp)
  add_subdirectory(gpgme-vala)
  add_subdirectory(openpgp)
endif(PLUGIN_ENABLED_openpgp)

if(PLUGIN_ENABLED_omemo)
  add_subdirectory(omemo)
  add_subdirectory(signal-protocol)
endif(PLUGIN_ENABLED_omemo)