diff options
Diffstat (limited to 'libcmix-crypto/elgamal')
| -rw-r--r-- | libcmix-crypto/elgamal/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcmix-crypto/elgamal/CMakeLists.txt b/libcmix-crypto/elgamal/CMakeLists.txt index b92e5ae..8ee9a11 100644 --- a/libcmix-crypto/elgamal/CMakeLists.txt +++ b/libcmix-crypto/elgamal/CMakeLists.txt @@ -12,7 +12,7 @@ target_link_libraries(elgamal-interface INTERFACE cmix-crypto-interface ) -foreach(impl ${elgamal_implementations}) +foreach(impl ${libcmix_crypto_elgamal_implementations}) add_subdirectory(${impl}) endforeach() @@ -26,5 +26,5 @@ target_include_directories(elgamal-implementation target_link_libraries(elgamal-implementation PUBLIC elgamal-interface - PUBLIC elgamal-${elgamal_implementation} + PUBLIC elgamal-${libcmix_crypto_elgamal_implementation} ) |
