summaryrefslogtreecommitdiff
path: root/deps/md5/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/md5/CMakeLists.txt')
-rw-r--r--deps/md5/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/md5/CMakeLists.txt b/deps/md5/CMakeLists.txt
new file mode 100644
index 0000000..acdd6b5
--- /dev/null
+++ b/deps/md5/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(md5 STATIC md5.c)
+target_include_directories(md5 PUBLIC ${CMAKE_CURRENT_LIST_DIR}) \ No newline at end of file