From 4f2c980343b321e7fccf48190c32bfb4bca426f4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 4 Oct 2016 12:18:35 +0200 Subject: Added a bignum library to abstract possible implementations. --- libcmix-crypto/elgamal/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcmix-crypto/elgamal') 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} ) -- cgit v1.2.3-70-g09d2