summaryrefslogtreecommitdiff
path: root/Externals/pugixml/CMakeLists.txt
blob: b2ff0ab1b117919bd31c9aa8f20f7c5d1830455d (plain)
1
2
3
4
5
6
7
set(PUGIXML_NO_EXCEPTIONS ON)
set(PUGIXML_STATIC_CRT OFF)
set(PUGIXML_BUILD_DEFINES OFF)
set(PUGIXML_INSTALL OFF)

add_subdirectory(pugixml)
dolphin_disable_warnings(pugixml-static)