mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-19 17:57:49 -05: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)
|