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 /editor/CMakeLists.txt
parent0c5b3b73bcca5ed8ae82a5d2ad9f100b6e39a8a3 (diff)
[cmake] Add precompiled headers support
Diffstat (limited to 'editor/CMakeLists.txt')
-rw-r--r--editor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 022b278d50..d72ad65f44 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -35,7 +35,7 @@ set(
yes_no_unknown.hpp
)
-add_library(${PROJECT_NAME} ${SRC})
+omim_add_library(${PROJECT_NAME} ${SRC})
omim_add_test_subdirectory(editor_tests)
omim_add_test_subdirectory(editor_tests_support)