Add ankerl unordered_dense map/set implementations

This commit is contained in:
Georg Hagen
2024-07-01 22:53:44 +02:00
parent 9452d061b2
commit f797d6970b
3 changed files with 16 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ endif()
list(APPEND CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR}/deps/INSTALL)
target_link_libraries(openVulkanoCpp PRIVATE magic_enum yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml)
target_link_libraries(openVulkanoCpp PRIVATE magic_enum yaml-cpp fmt spdlog glm pugixml stb eigen utf8cpp imgui_internal TracyClient stud-uuid ryml unordered_dense)
LinkCurl(openVulkanoCpp)
add_compile_definitions(LIBARCHIVE_STATIC)