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