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-29 15:47:03 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-04 14:32:46 +0300
commit117816a3ed32299d0672dffb60b80576408a3028 (patch)
treeee879a2bbbda04aecf6d5ac2e5e7d70e2fed1e66 /editor
parentfc814daaf9b1854e97237050f98a4e5cdc475073 (diff)
Decimated spaces in the CMake files.
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt52
1 files changed, 26 insertions, 26 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 91cd30e8ef..6a1e440c3b 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -1,30 +1,30 @@
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
+ 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})