From 9d7701c370f06be663f2a485507d388ab5194ca8 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 31 Aug 2016 14:09:51 +0200 Subject: Added a CMake system to easily add and choose crypto implementations. --- libcmix-crypto/rsa/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libcmix-crypto/rsa/CMakeLists.txt (limited to 'libcmix-crypto/rsa/CMakeLists.txt') diff --git a/libcmix-crypto/rsa/CMakeLists.txt b/libcmix-crypto/rsa/CMakeLists.txt new file mode 100644 index 0000000..82e56a9 --- /dev/null +++ b/libcmix-crypto/rsa/CMakeLists.txt @@ -0,0 +1,4 @@ +foreach(impl ${rsa_implementations}) + add_subdirectory(${impl}) +endforeach() + -- cgit v1.2.3-70-g09d2