mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-15 15:07:47 +00:00
8 lines
182 B
CMake
8 lines
182 B
CMake
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)
|