kanjivg-tools/CMake/ctre.cmake

12 lines
204 B
CMake
Raw Normal View History

2025-05-25 00:42:58 +02:00
include(FetchContent)
FetchContent_Declare(
ctre
GIT_REPOSITORY https://code.3011.io/Mirrors/compile-time-regular-expressions
GIT_TAG v3.10.0
)
FetchContent_MakeAvailable(
ctre
)