co-maps/libs/routing/routing_consistency_tests/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
427 B
Text
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
# This subproject implements routing consistency tests.
# This tests are launched on the whole world dataset.
project(routing_consistency_tests)
set(SRC
../routing_integration_tests/routing_test_tools.cpp
routing_consistency_tests.cpp
)
# Not using omim_add_test because we don't need testingmain.cpp
omim_add_executable(${PROJECT_NAME} ${SRC})
target_link_libraries(${PROJECT_NAME}
map
platform
gflags::gflags
)