summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/blowfish_ctr/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/blowfish_ctr/CMakeLists.txt')
-rw-r--r--src/crypto/cipher/blowfish_ctr/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/cipher/blowfish_ctr/CMakeLists.txt b/src/crypto/cipher/blowfish_ctr/CMakeLists.txt
new file mode 100644
index 0000000..56d283f
--- /dev/null
+++ b/src/crypto/cipher/blowfish_ctr/CMakeLists.txt
@@ -0,0 +1,2 @@
+fastd_cipher(blowfish-ctr)
+add_subdirectory(builtin)