diff options
Diffstat (limited to 'libcmix-crypto/elgamal/CMakeLists.txt')
| -rw-r--r-- | libcmix-crypto/elgamal/CMakeLists.txt | 3 |
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} -) +) |
