2018-11-23 19:11:32 +00:00
|
|
|
if(PLUGIN_ENABLED_http-files)
|
|
|
|
add_subdirectory(http-files)
|
|
|
|
endif(PLUGIN_ENABLED_http-files)
|
|
|
|
|
2017-03-23 16:10:45 +00:00
|
|
|
if(PLUGIN_ENABLED_openpgp)
|
2017-03-15 16:23:13 +00:00
|
|
|
add_subdirectory(gpgme-vala)
|
|
|
|
add_subdirectory(openpgp)
|
2017-03-23 16:10:45 +00:00
|
|
|
endif(PLUGIN_ENABLED_openpgp)
|
2017-03-15 16:23:13 +00:00
|
|
|
|
2017-03-23 16:10:45 +00:00
|
|
|
if(PLUGIN_ENABLED_omemo)
|
2017-03-15 16:23:13 +00:00
|
|
|
add_subdirectory(omemo)
|
|
|
|
add_subdirectory(signal-protocol)
|
2017-03-23 16:10:45 +00:00
|
|
|
endif(PLUGIN_ENABLED_omemo)
|
2017-08-02 15:29:55 +00:00
|
|
|
|
2018-03-02 12:13:15 +00:00
|
|
|
if(PLUGIN_ENABLED_notification-sound)
|
|
|
|
add_subdirectory(notification-sound)
|
|
|
|
endif(PLUGIN_ENABLED_notification-sound)
|