summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-10-27 18:08:00 +0800
committerlijia <[email protected]>2024-11-08 11:23:16 +0800
commit627cfac992c52e3c7950355c0d447764056a5276 (patch)
treeafb5f8f462d964a764dbb071f5cfadad199cbe4d /deps
parentd0a868591470a4a9d71a65a5d540058e72c8d92c (diff)
httpv2.0 rebase onto develop-2.0dev-http-v2.0
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt3
-rw-r--r--deps/md5/CMakeLists.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index a00ff10..728126a 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -8,4 +8,5 @@ add_subdirectory(nmx_pool)
add_subdirectory(logger)
add_subdirectory(sds)
add_subdirectory(linenoise)
-add_subdirectory(ringbuf) \ No newline at end of file
+add_subdirectory(ringbuf)
+add_subdirectory(md5) \ No newline at end of file
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