mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 03:18:55 +02:00
Fix room
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
c22351a4e8
commit
8c73710fbe
2 changed files with 4 additions and 4 deletions
|
|
@ -425,10 +425,10 @@ if (zstd_ADDED)
|
||||||
add_library(zstd::libzstd ALIAS libzstd_static)
|
add_library(zstd::libzstd ALIAS libzstd_static)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT YUZU_STATIC_ROOM)
|
|
||||||
# nlohmann
|
# nlohmann
|
||||||
AddJsonPackage(nlohmann)
|
AddJsonPackage(nlohmann)
|
||||||
|
|
||||||
|
if (NOT YUZU_STATIC_ROOM)
|
||||||
# zlib
|
# zlib
|
||||||
AddJsonPackage(zlib)
|
AddJsonPackage(zlib)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -246,7 +246,7 @@ else()
|
||||||
target_link_libraries(common PUBLIC Boost::headers)
|
target_link_libraries(common PUBLIC Boost::headers)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(common PUBLIC Boost::filesystem Boost::context httplib::httplib)
|
target_link_libraries(common PUBLIC Boost::filesystem Boost::context httplib::httplib nlohmann_json::nlohmann_json)
|
||||||
|
|
||||||
if (lz4_ADDED)
|
if (lz4_ADDED)
|
||||||
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib)
|
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue