summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/null/memcpy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/null/memcpy/CMakeLists.txt')
-rw-r--r--src/crypto/cipher/null/memcpy/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/crypto/cipher/null/memcpy/CMakeLists.txt b/src/crypto/cipher/null/memcpy/CMakeLists.txt
new file mode 100644
index 0000000..e5520d8
--- /dev/null
+++ b/src/crypto/cipher/null/memcpy/CMakeLists.txt
@@ -0,0 +1,3 @@
+fastd_cipher_impl(null memcpy
+ null_memcpy.c
+)