Skip to content

Commit

Permalink
Add TinyLittleURLUtils as a git submodule
Browse files Browse the repository at this point in the history
Include TinyLittleURLUtils in the build by adding it to the CMakeLists.txt. This new submodule will be managed through a .gitmodules configuration.
  • Loading branch information
SeriousSamV committed Nov 1, 2024
1 parent 3b52314 commit 4618826
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tiny_libs/TinyLittleURLUtils"]
path = tiny_libs/TinyLittleURLUtils
url = https://github.com/SeriousSamV/TinyLittleURLUtils.git
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions tiny_libs/TinyLittleURLUtils
Submodule TinyLittleURLUtils added at 9cd5ef

0 comments on commit 4618826

Please sign in to comment.