2025-06-08 18:29:41 +02:00
|
|
|
if(NOT TARGET pugixml)
|
|
|
|
include(FetchContent)
|
2025-05-25 00:42:58 +02:00
|
|
|
|
2025-06-08 18:29:41 +02:00
|
|
|
FetchContent_Declare(
|
|
|
|
pugixml
|
|
|
|
GIT_REPOSITORY https://code.3011.io/Mirrors/pugixml
|
|
|
|
GIT_TAG v1.15
|
|
|
|
)
|
2025-05-25 00:42:58 +02:00
|
|
|
|
2025-06-08 18:29:41 +02:00
|
|
|
FetchContent_MakeAvailable(
|
|
|
|
pugixml
|
|
|
|
)
|
|
|
|
endif()
|