Skip to content

Commit

Permalink
Adding cpp-httplib as a git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Jul 24, 2021
1 parent 53ead1b commit 6074679
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7,402 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "submodules/json"]
path = submodules/json
url = https://github.com/ArkScript-lang/nlohmann-json.git
[submodule "submodules/cpp-httplib"]
path = submodules/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
1 change: 1 addition & 0 deletions http/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ include_directories(
${PROJECT_SOURCE_DIR}/include
${ark_SOURCE_DIR}/thirdparty
${ark_SOURCE_DIR}/include
${Modules_SOURCE_DIR}/submodules/cpp-httplib/
)

file(GLOB_RECURSE SOURCE_FILES
Expand Down
Loading

0 comments on commit 6074679

Please sign in to comment.