aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/elgamal/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/elgamal/CMakeLists.txt')
-rw-r--r--libcmix-crypto/elgamal/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcmix-crypto/elgamal/CMakeLists.txt b/libcmix-crypto/elgamal/CMakeLists.txt
index 88f5ba8..b92e5ae 100644
--- a/libcmix-crypto/elgamal/CMakeLists.txt
+++ b/libcmix-crypto/elgamal/CMakeLists.txt
@@ -25,5 +25,6 @@ target_include_directories(elgamal-implementation
)
target_link_libraries(elgamal-implementation
+ PUBLIC elgamal-interface
PUBLIC elgamal-${elgamal_implementation}
-)
+)