Prepare the initial stubs
This commit is contained in:
parent
969e0390fd
commit
aea51d9e77
11 changed files with 104 additions and 0 deletions
11
CMake/ctre.cmake
Normal file
11
CMake/ctre.cmake
Normal file
|
@ -0,0 +1,11 @@
|
|||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
ctre
|
||||
GIT_REPOSITORY https://code.3011.io/Mirrors/compile-time-regular-expressions
|
||||
GIT_TAG v3.10.0
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(
|
||||
ctre
|
||||
)
|
11
CMake/pugixml.cmake
Normal file
11
CMake/pugixml.cmake
Normal file
|
@ -0,0 +1,11 @@
|
|||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
pugixml
|
||||
GIT_REPOSITORY https://code.3011.io/Mirrors/pugixml
|
||||
GIT_TAG v1.15
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(
|
||||
pugixml
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue