mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-24 11:17:07 +02:00
[cmake, deps] conjure common/httplib.h and remove global def for httplib macros
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
3ce5463d2d
commit
6e141bee23
12 changed files with 33 additions and 31 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
|
@ -228,6 +228,9 @@ if (VulkanMemoryAllocator_ADDED)
|
|||
endif()
|
||||
|
||||
# httplib
|
||||
if (IOS)
|
||||
set(HTTPLIB_USE_BROTLI_IF_AVAILABLE OFF)
|
||||
endif()
|
||||
AddJsonPackage(httplib)
|
||||
|
||||
# cpp-jwt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue