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-06 15:36:35 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-13 16:50:49 +0300
commit7ae88a7e7aa27c3e9b86799aebfcfbd06b0da132 (patch)
tree3586d85dda3a837c2a97e14670f1d64ed2c88076 /editor
parent5fcdf88b599c027d3ea8285994c384463c46b41f (diff)
Added editor
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
new file mode 100644
index 0000000000..0a2a052dd5
--- /dev/null
+++ b/editor/CMakeLists.txt
@@ -0,0 +1,33 @@
+#add_subdirectory(editor_tests)
+
+
+set(
+ SRC
+ changeset_wrapper.cpp
+ changeset_wrapper.hpp
+ config_loader.cpp
+ config_loader.hpp
+ editor_config.cpp
+ editor_config.hpp
+ editor_notes.cpp
+ editor_notes.hpp
+ editor_storage.cpp
+ editor_storage.hpp
+ opening_hours_ui.cpp
+ opening_hours_ui.hpp
+ osm_auth.cpp
+ osm_auth.hpp
+ osm_feature_matcher.cpp
+ osm_feature_matcher.hpp
+ server_api.cpp
+ server_api.hpp
+ ui2oh.cpp
+ ui2oh.hpp
+ user_stats.cpp
+ user_stats.hpp
+ xml_feature.cpp
+ xml_feature.hpp
+ yes_no_unknown.hpp
+)
+
+omim_add_library(editor ${SRC})