Add cpr.
This commit is contained in:
parent
e2d473da44
commit
4dd2064aae
4 changed files with 10 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -26,3 +26,7 @@
|
||||||
path = third-party/efsw
|
path = third-party/efsw
|
||||||
url = https://github.com/SpartanJ/efsw
|
url = https://github.com/SpartanJ/efsw
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "third-party/cpr"]
|
||||||
|
path = third-party/cpr
|
||||||
|
url = https://github.com/whoshuu/cpr
|
||||||
|
branch = master
|
||||||
|
|
|
@ -88,4 +88,8 @@ set(BUILD_TEST_APP OFF CACHE BOOL "" FORCE)
|
||||||
set(EFSW_INSTALL OFF CACHE BOOL "" FORCE)
|
set(EFSW_INSTALL OFF CACHE BOOL "" FORCE)
|
||||||
add_subdirectory(third-party/efsw EXCLUDE_FROM_ALL)
|
add_subdirectory(third-party/efsw EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
|
set(CPR_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||||
|
set(CMAKE_USE_LIBSSH2 OFF CACHE BOOL "" FORCE)
|
||||||
|
add_subdirectory(third-party/cpr EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
|
|
|
@ -75,5 +75,6 @@ target_link_libraries(MassBuilderSaveTool PRIVATE
|
||||||
MagnumIntegration::ImGui
|
MagnumIntegration::ImGui
|
||||||
efsw
|
efsw
|
||||||
zip
|
zip
|
||||||
|
cpr::cpr
|
||||||
imm32
|
imm32
|
||||||
wtsapi32)
|
wtsapi32)
|
||||||
|
|
1
third-party/cpr
vendored
Submodule
1
third-party/cpr
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 814bd0926379cfc786dd1d9df9ce266a4bb6cf59
|
Loading…
Reference in a new issue