mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-10-31 21:20:23 +00:00
e6f89f8751
- add install and uninstall targets - compatibility for systems without pkg-config
9 lines
232 B
CMake
9 lines
232 B
CMake
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)
|