mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-25 15:23:52 +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
18 lines
305 B
CMake
18 lines
305 B
CMake
project(poly_borders)
|
|
|
|
set(
|
|
SRC
|
|
borders_data.cpp
|
|
borders_data.hpp
|
|
help_structures.cpp
|
|
help_structures.hpp
|
|
)
|
|
|
|
omim_add_library(${PROJECT_NAME} ${SRC})
|
|
|
|
target_link_libraries(${PROJECT_NAME} generator)
|
|
|
|
omim_add_test_subdirectory(poly_borders_tests)
|
|
|
|
omim_add_tool_subdirectory(poly_borders_tool)
|