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_common/CMakeLists.txt')
-rw-r--r--routing_common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing_common/CMakeLists.txt b/routing_common/CMakeLists.txt
index ed8a97686c..2390fda58f 100644
--- a/routing_common/CMakeLists.txt
+++ b/routing_common/CMakeLists.txt
@@ -17,5 +17,5 @@ set(
vehicle_model.hpp
)
-add_library(${PROJECT_NAME} ${SRC})
+omim_add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(routing_common_tests)