From 42214976648e768d0a525dd6e5f84a1f300c25ae Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 10 Apr 2023 09:03:38 +0200 Subject: external, src/world: add tsl::robin_map --- editor/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 306c95f4..0eb7bcb7 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -10,7 +10,7 @@ else() endif() add_library(${self}_o OBJECT "${res}" "${sources}") -target_link_libraries(${self}_o PUBLIC MagnumIntegration::ImGui fmt::fmt nlohmann_json::nlohmann_json) +target_link_libraries(${self}_o PUBLIC MagnumIntegration::ImGui fmt::fmt nlohmann_json::nlohmann_json tsl::robin_map) if(WIN32) target_sources(${self}_o PRIVATE "../main/floormat.rc") -- cgit v1.2.3