Skip to content

Commit 7522a31

Browse files
committed
Link nlohmann-json to Core GameEngine for JSON chunk support
1 parent a04fc38 commit 7522a31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,8 @@ else()
11681168
endif()
11691169

11701170

1171+
find_package(nlohmann_json CONFIG REQUIRED)
1172+
11711173
add_library(corei_gameengine_private INTERFACE)
11721174
add_library(corei_gameengine_public INTERFACE)
11731175

@@ -1202,4 +1204,5 @@ target_link_libraries(corei_gameengine_public INTERFACE
12021204
d3d8lib
12031205
gamespy::gamespy
12041206
stlport
1207+
nlohmann_json::nlohmann_json
12051208
)

0 commit comments

Comments
 (0)