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
path: root/editor
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-13 13:42:08 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-13 16:50:50 +0300
commit78bc8e0b8c1b4c6c9713323a551df1f6b9a84a60 (patch)
tree2da0fb3b8eca83bf64af659e5cb8e979e95ffaec /editor
parent22427594e5d0cc38b2f896d8616f36b618b644fb (diff)
Added geometry tests.
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 0a2a052dd5..91cd30e8ef 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -1,6 +1,3 @@
-#add_subdirectory(editor_tests)
-
-
set(
SRC
changeset_wrapper.cpp
@@ -31,3 +28,5 @@ set(
)
omim_add_library(editor ${SRC})
+
+#add_subdirectory(editor_tests)