anotherim-desktop/plugins/CMakeLists.txt
2017-03-15 17:23:13 +01:00

10 lines
220 B
CMake

if(NOT WITHOUT_OPENPGP)
add_subdirectory(gpgme-vala)
add_subdirectory(openpgp)
endif(NOT WITHOUT_OPENPGP)
if(NOT WITHOUT_OMEMO)
add_subdirectory(omemo)
add_subdirectory(signal-protocol)
endif(NOT WITHOUT_OMEMO)