summaryrefslogtreecommitdiffstats
path: root/libmd5
diff options
context:
space:
mode:
Diffstat (limited to 'libmd5')
-rw-r--r--libmd5/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmd5/CMakeLists.txt b/libmd5/CMakeLists.txt
new file mode 100644
index 0000000..4d98d01
--- /dev/null
+++ b/libmd5/CMakeLists.txt
@@ -0,0 +1,3 @@
+add_library(md5
+md5.c
+)