Files
OpenVulkano/3rdParty/magic-enum/CMakeLists.txt
2023-09-14 15:32:11 +02:00

10 lines
242 B
CMake

include(FetchContent)
FetchContent_Declare(
magic_enum
EXCLUDE_FROM_ALL
GIT_REPOSITORY https://github.com/Neargye/magic_enum.git
GIT_TAG v0.9.3
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(magic_enum)