COMP: Add entt

This commit is contained in:
David Allemang
2023-02-04 21:11:30 -05:00
parent 7ecaad653b
commit 65e4960f09
3 changed files with 25 additions and 2 deletions

10
vendor/entt.cmake vendored Normal file
View File

@@ -0,0 +1,10 @@
include(FetchContent)
FetchContent_Declare(
entt
GIT_REPOSITORY https://github.com/skypjack/entt.git
GIT_TAG v3.11.1
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(entt)