mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +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
15 lines
197 B
CMake
15 lines
197 B
CMake
project(kml_tests)
|
|
|
|
set(SRC
|
|
gpx_tests.cpp
|
|
minzoom_quadtree_tests.cpp
|
|
serdes_tests.cpp
|
|
tests_data.hpp
|
|
)
|
|
|
|
omim_add_test(${PROJECT_NAME} ${SRC})
|
|
|
|
target_link_libraries(${PROJECT_NAME}
|
|
kml
|
|
)
|