diff options
| author | Marvin W <git@larma.de> | 2019-09-10 20:55:24 +0200 |
|---|---|---|
| committer | Marvin W <git@larma.de> | 2019-09-16 23:31:11 +0200 |
| commit | 87d64524c8e4397515be045901427e71b660134f (patch) | |
| tree | 491a80731746c5b85d889901b4e37469feeb952d /plugins/CMakeLists.txt | |
| parent | 784319a9c162896dbaaf3beb4a9f8ba777b149ff (diff) | |
| download | dino-87d64524c8e4397515be045901427e71b660134f.tar.gz | |
Add basic crypto-vala
Diffstat (limited to 'plugins/CMakeLists.txt')
| -rw-r--r-- | plugins/CMakeLists.txt | 1 |
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) |
