mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-28 08:53:37 +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
9 lines
101 B
CMake
9 lines
101 B
CMake
project(agg)
|
|
|
|
set(SRC
|
|
agg_curves.cpp
|
|
agg_vcgen_stroke.cpp
|
|
)
|
|
|
|
add_library(${PROJECT_NAME} ${SRC})
|