11 lines
204 B
CMake
11 lines
204 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
ctre
|
|
GIT_REPOSITORY https://code.3011.io/Mirrors/compile-time-regular-expressions
|
|
GIT_TAG v3.10.0
|
|
)
|
|
|
|
FetchContent_MakeAvailable(
|
|
ctre
|
|
)
|