Files
toddcox-visualize/vendor/entt.cmake
David Allemang 65e4960f09 COMP: Add entt
2023-02-04 21:11:30 -05:00

11 lines
188 B
CMake

include(FetchContent)
FetchContent_Declare(
entt
GIT_REPOSITORY https://github.com/skypjack/entt.git
GIT_TAG v3.11.1
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(entt)