Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/CMakeLists.txt')
-rw-r--r--routing/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/CMakeLists.txt b/routing/CMakeLists.txt
index 4daf21269e..e330e6426a 100644
--- a/routing/CMakeLists.txt
+++ b/routing/CMakeLists.txt
@@ -133,7 +133,7 @@ set(
world_graph.hpp
)
-add_library(${PROJECT_NAME} ${SRC})
+omim_add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(routing_tests)
omim_add_test_subdirectory(routing_integration_tests)
omim_add_test_subdirectory(routing_consistency_tests)