aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-16 21:17:14 -0700
committerhnOsmium0001 <[email protected]>2022-04-16 21:17:14 -0700
commita7b2598a90708975220a7f457e5755800e5434b2 (patch)
tree78048392dabbba8d1bab1f3ff522415bf0b91fd5 /CMakeLists.txt
parent509201784d6525fc26345e55a56ab81e4a7616b3 (diff)
Vendor robin-hood-hashing libraryrobinhood-vendor
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)