Change dependency management

This commit is contained in:
2020-11-22 11:12:13 +01:00
parent 02232b17ef
commit aec792fc65
16 changed files with 91 additions and 43 deletions

9
3rdParty/magic-enum/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,9 @@
include(FetchContent)
FetchContent_Declare(
magic_enum
GIT_REPOSITORY https://github.com/Neargye/magic_enum.git
GIT_TAG v0.7.0
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(magic_enum)