Add dependencies
This commit is contained in:
10
3rdParty/pugixml/CMakeLists.txt
vendored
Normal file
10
3rdParty/pugixml/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
pugixml
|
||||
GIT_REPOSITORY https://github.com/zeux/pugixml.git
|
||||
GIT_TAG v1.11.4
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(PUGIXML_BUILD_TESTS OFF)
|
||||
FetchContent_MakeAvailable(pugixml)
|
||||
Reference in New Issue
Block a user