mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
11 lines
188 B
CMake
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)
|