diff options
Diffstat (limited to 'universe')
-rw-r--r-- | universe/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/universe/CMakeLists.txt b/universe/CMakeLists.txt index dcfb532..25e8b16 100644 --- a/universe/CMakeLists.txt +++ b/universe/CMakeLists.txt @@ -10,6 +10,10 @@ target_include_directories( ${PROJECT_NAME} PUBLIC include ) +target_link_libraries( + ${PROJECT_NAME} + PRIVATE nlohmann_json::nlohmann_json +) add_resources( universe_resources FILES resources/universe/ship_types.json |