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:
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 /storage
parentfc814daaf9b1854e97237050f98a4e5cdc475073 (diff)
Decimated spaces in the CMake files.
Diffstat (limited to 'storage')
-rw-r--r--storage/CMakeLists.txt56
1 files changed, 28 insertions, 28 deletions
diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt
index 5f2f26bb4a..a6bee08708 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -1,34 +1,34 @@
include_directories(${OMIM_DIR}/3party/jansson/src)
set(
- SRC
- app_store.hpp
- country.cpp
- country.hpp
- country_decl.cpp
- country_decl.hpp
- country_info_getter.cpp
- country_info_getter.hpp
- country_name_getter.cpp
- country_name_getter.hpp
- country_polygon.hpp
- country_tree.hpp
- downloader_search_params.hpp
- downloading_policy.cpp
- downloading_policy.hpp
- http_map_files_downloader.cpp
- http_map_files_downloader.hpp
- index.cpp
- index.hpp
- map_files_downloader.hpp
- queued_country.cpp
- queued_country.hpp
- storage.cpp
- storage.hpp
- storage_defines.cpp
- storage_defines.hpp
- storage_helpers.cpp
- storage_helpers.hpp
+ SRC
+ app_store.hpp
+ country.cpp
+ country.hpp
+ country_decl.cpp
+ country_decl.hpp
+ country_info_getter.cpp
+ country_info_getter.hpp
+ country_name_getter.cpp
+ country_name_getter.hpp
+ country_polygon.hpp
+ country_tree.hpp
+ downloader_search_params.hpp
+ downloading_policy.cpp
+ downloading_policy.hpp
+ http_map_files_downloader.cpp
+ http_map_files_downloader.hpp
+ index.cpp
+ index.hpp
+ map_files_downloader.hpp
+ queued_country.cpp
+ queued_country.hpp
+ storage.cpp
+ storage.hpp
+ storage_defines.cpp
+ storage_defines.hpp
+ storage_helpers.cpp
+ storage_helpers.hpp
)
omim_add_library(storage ${SRC})