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:
authorgreshilov <slovaricheg@gmail.com>2018-06-14 19:38:56 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-06-15 13:14:00 +0300
commit10ca98fd11617fc696bb3bbf46567dd9298d1fa8 (patch)
tree747490da0a89bf35641c760d734fdd8a87242fe7 /routing/CMakeLists.txt
parent0c5b3b73bcca5ed8ae82a5d2ad9f100b6e39a8a3 (diff)
[cmake] Add precompiled headers support
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)