summaryrefslogtreecommitdiffstats
path: root/src/methods/cipher_test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/methods/cipher_test/CMakeLists.txt')
-rw-r--r--src/methods/cipher_test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/methods/cipher_test/CMakeLists.txt b/src/methods/cipher_test/CMakeLists.txt
new file mode 100644
index 0000000..df495b9
--- /dev/null
+++ b/src/methods/cipher_test/CMakeLists.txt
@@ -0,0 +1,4 @@
+fastd_method(cipher-test
+ cipher_test.c
+)
+fastd_method_link_libraries(cipher_test method_common)