aboutsummaryrefslogtreecommitdiff
path: root/libcmix-crypto/rsa/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-crypto/rsa/CMakeLists.txt')
-rw-r--r--libcmix-crypto/rsa/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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()
+