diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a4dfe64 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tiny_libs/TinyLittleURLUtils"] + path = tiny_libs/TinyLittleURLUtils + url = https://github.com/SeriousSamV/TinyLittleURLUtils.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 9433faa..63caf26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,8 @@ endif() include(CTest) enable_testing() +add_subdirectory(./tiny_libs/TinyLittleURLUtils) + add_library(tiny_http_server_lib src/tiny_http/tiny_http_server_lib.c src/tiny_http/tiny_http_server_lib.h) add_executable(assert_tiny_http_server_lib test/assert_tiny_http_server_lib.c) diff --git a/tiny_libs/TinyLittleURLUtils b/tiny_libs/TinyLittleURLUtils new file mode 160000 index 0000000..9cd5ef0 --- /dev/null +++ b/tiny_libs/TinyLittleURLUtils @@ -0,0 +1 @@ +Subproject commit 9cd5ef0d74637335f8c4127f39098c8ffc12434c