diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 09:03:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-10 10:35:00 +0200 |
commit | 42214976648e768d0a525dd6e5f84a1f300c25ae (patch) | |
tree | 2309ca7af25cb04bcdfbcef0b294fb65bee91b00 /test/CMakeLists.txt | |
parent | 94acd44723424f8ff5a9532c3030a637956c738a (diff) |
external, src/world: add tsl::robin_map
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bca15714..20b66a6d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,7 +4,7 @@ file(GLOB sources "*.cpp" CONFIGURE_ARGS) file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/test") add_library(${self}_o OBJECT "${sources}") -target_link_libraries(${self}_o PUBLIC Magnum::GL Magnum::Trade nlohmann_json::nlohmann_json fmt::fmt) +target_link_libraries(${self}_o PUBLIC Magnum::GL Magnum::Trade nlohmann_json::nlohmann_json fmt::fmt tsl::robin_map) if(APPLE) target_link_libraries(${self}_o PUBLIC Magnum::WindowlessCglApplication) |