kanjivg-tools/CMake/pugixml.cmake

12 lines
183 B
CMake
Raw Normal View History

2025-05-25 00:42:58 +02:00
include(FetchContent)
FetchContent_Declare(
pugixml
GIT_REPOSITORY https://code.3011.io/Mirrors/pugixml
GIT_TAG v1.15
)
FetchContent_MakeAvailable(
pugixml
)