mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
12 lines
210 B
CMake
12 lines
210 B
CMake
project(pugixml)
|
|
|
|
set(SRC
|
|
pugixml/src/pugiconfig.hpp
|
|
pugixml/src/pugixml.cpp
|
|
pugixml/src/pugixml.hpp
|
|
)
|
|
|
|
add_library(${PROJECT_NAME} ${SRC})
|
|
|
|
target_include_directories(${PROJECT_NAME} PUBLIC pugixml/src)
|