0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-09 06:07:29 +08:00
pugixml/scripts/CMakeLists.txt

6 lines
152 B
CMake
Raw Normal View History

project(pugixml)
set(SOURCES ../src/pugixml.hpp ../src/pugiconfig.hpp ../src/pugixml.cpp ../src/pugixpath.cpp)
add_library(pugixml STATIC ${SOURCES})