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
17 lines
232 B
CMake
17 lines
232 B
CMake
project(tracking_tests)
|
|
|
|
set(
|
|
SRC
|
|
archival_reporter_tests.cpp
|
|
protocol_test.cpp
|
|
reporter_test.cpp
|
|
)
|
|
|
|
omim_add_test(${PROJECT_NAME} ${SRC})
|
|
|
|
omim_link_libraries(${PROJECT_NAME}
|
|
platform_tests_support
|
|
tracking
|
|
routing
|
|
)
|