From a7b2598a90708975220a7f457e5755800e5434b2 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 16 Apr 2022 21:17:14 -0700 Subject: Vendor robin-hood-hashing library --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index aafd9e1..b5c10db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ add_subdirectory(3rdparty/glm) add_subdirectory(3rdparty/imgui) add_subdirectory(3rdparty/imguizmo) add_subdirectory(3rdparty/imguicolortextedit) +add_subdirectory(3rdparty/robin_hood) # add_executable requires at least one source file add_executable(${PROJECT_NAME} dummy.c) @@ -42,6 +43,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE imgui ImGuizmo ImGuiColorTextEdit + robin_hood ) option(BRUSSEL_ENABLE_ASAN "Enable AddressSanitizer or not." OFF) -- cgit v1.2.3-70-g09d2