aboutsummaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 2ec82c91..2d79cf14 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -8,6 +8,7 @@ if(PLUGIN_ENABLED_openpgp)
endif(PLUGIN_ENABLED_openpgp)
if(PLUGIN_ENABLED_omemo)
+ add_subdirectory(crypto-vala)
add_subdirectory(omemo)
add_subdirectory(signal-protocol)
endif(PLUGIN_ENABLED_omemo)