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/base
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 /base
parentfc814daaf9b1854e97237050f98a4e5cdc475073 (diff)
Decimated spaces in the CMake files.
Diffstat (limited to 'base')
-rw-r--r--base/CMakeLists.txt148
-rw-r--r--base/base_tests/CMakeLists.txt62
2 files changed, 105 insertions, 105 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 96236671cb..93e1e7a933 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -1,80 +1,80 @@
set(
- SRC
- SRC_FIRST.hpp
- array_adapters.hpp
- assert.hpp
- base.cpp
- base.hpp
- bits.hpp
- buffer_vector.hpp
- cache.hpp
- cancellable.hpp
- collection_cast.hpp
- condition.cpp
- condition.hpp
+ SRC
+ SRC_FIRST.hpp
+ array_adapters.hpp
+ assert.hpp
+ base.cpp
+ base.hpp
+ bits.hpp
+ buffer_vector.hpp
+ cache.hpp
+ cancellable.hpp
+ collection_cast.hpp
+ condition.cpp
+ condition.hpp
# condition_bada.cpp
- condition_posix.cpp
+ condition_posix.cpp
# condition_windows_native.cpp
- const_helper.hpp
- deferred_task.cpp
- deferred_task.hpp
- exception.cpp
- exception.hpp
- gmtime.cpp
- gmtime.hpp
- limited_priority_queue.hpp
- logging.cpp
- logging.hpp
- lower_case.cpp
- macros.hpp
- math.hpp
- matrix.hpp
- mem_trie.hpp
- mutex.hpp
- newtype.hpp
- normalize_unicode.cpp
- object_tracker.cpp
- object_tracker.hpp
- observer_list.hpp
- range_iterator.hpp
- ref_counted.hpp
- rolling_hash.hpp
- scope_guard.hpp
- set_operations.hpp
- shared_buffer_manager.cpp
- shared_buffer_manager.hpp
- src_point.cpp
- src_point.hpp
- stats.hpp
- std_serialization.hpp
- stl_add.hpp
- stl_helpers.hpp
- stl_iterator.hpp
- string_format.cpp
- string_format.hpp
- string_utils.cpp
- string_utils.hpp
- strings_bundle.cpp
- strings_bundle.hpp
- sunrise_sunset.cpp
- sunrise_sunset.hpp
- swap.hpp
- thread.cpp
- thread.hpp
- thread_checker.cpp
- thread_checker.hpp
- thread_pool.cpp
- thread_pool.hpp
- threaded_container.cpp
- threaded_container.hpp
- threaded_list.hpp
- threaded_priority_queue.hpp
- timegm.cpp
- timegm.hpp
- timer.cpp
- timer.hpp
- worker_thread.hpp
- internal/message.cpp
+ const_helper.hpp
+ deferred_task.cpp
+ deferred_task.hpp
+ exception.cpp
+ exception.hpp
+ gmtime.cpp
+ gmtime.hpp
+ limited_priority_queue.hpp
+ logging.cpp
+ logging.hpp
+ lower_case.cpp
+ macros.hpp
+ math.hpp
+ matrix.hpp
+ mem_trie.hpp
+ mutex.hpp
+ newtype.hpp
+ normalize_unicode.cpp
+ object_tracker.cpp
+ object_tracker.hpp
+ observer_list.hpp
+ range_iterator.hpp
+ ref_counted.hpp
+ rolling_hash.hpp
+ scope_guard.hpp
+ set_operations.hpp
+ shared_buffer_manager.cpp
+ shared_buffer_manager.hpp
+ src_point.cpp
+ src_point.hpp
+ stats.hpp
+ std_serialization.hpp
+ stl_add.hpp
+ stl_helpers.hpp
+ stl_iterator.hpp
+ string_format.cpp
+ string_format.hpp
+ string_utils.cpp
+ string_utils.hpp
+ strings_bundle.cpp
+ strings_bundle.hpp
+ sunrise_sunset.cpp
+ sunrise_sunset.hpp
+ swap.hpp
+ thread.cpp
+ thread.hpp
+ thread_checker.cpp
+ thread_checker.hpp
+ thread_pool.cpp
+ thread_pool.hpp
+ threaded_container.cpp
+ threaded_container.hpp
+ threaded_list.hpp
+ threaded_priority_queue.hpp
+ timegm.cpp
+ timegm.hpp
+ timer.cpp
+ timer.hpp
+ worker_thread.hpp
+ internal/message.cpp
)
add_library(base ${SRC})
diff --git a/base/base_tests/CMakeLists.txt b/base/base_tests/CMakeLists.txt
index 4a51f647b2..ffea7a6d6e 100644
--- a/base/base_tests/CMakeLists.txt
+++ b/base/base_tests/CMakeLists.txt
@@ -1,37 +1,37 @@
add_definitions(-DOMIM_UNIT_TEST_DISABLE_PLATFORM_INIT)
set(
- SRC
- assert_test.cpp
- bits_test.cpp
- buffer_vector_test.cpp
- cache_test.cpp
- collection_cast_test.cpp
- condition_test.cpp
- const_helper.cpp
- containers_test.cpp
- logging_test.cpp
- math_test.cpp
- matrix_test.cpp
- mem_trie_test.cpp
- newtype_test.cpp
- observer_list_test.cpp
- range_iterator_test.cpp
- ref_counted_tests.cpp
- regexp_test.cpp
- rolling_hash_test.cpp
- scope_guard_test.cpp
- stl_add_test.cpp
- stl_helpers_test.cpp
- string_format_test.cpp
- string_utils_test.cpp
- sunrise_sunset_test.cpp
- thread_pool_tests.cpp
- threaded_list_test.cpp
- threads_test.cpp
- timegm_test.cpp
- timer_test.cpp
- worker_thread_test.cpp
+ SRC
+ assert_test.cpp
+ bits_test.cpp
+ buffer_vector_test.cpp
+ cache_test.cpp
+ collection_cast_test.cpp
+ condition_test.cpp
+ const_helper.cpp
+ containers_test.cpp
+ logging_test.cpp
+ math_test.cpp
+ matrix_test.cpp
+ mem_trie_test.cpp
+ newtype_test.cpp
+ observer_list_test.cpp
+ range_iterator_test.cpp
+ ref_counted_tests.cpp
+ regexp_test.cpp
+ rolling_hash_test.cpp
+ scope_guard_test.cpp
+ stl_add_test.cpp
+ stl_helpers_test.cpp
+ string_format_test.cpp
+ string_utils_test.cpp
+ sunrise_sunset_test.cpp
+ thread_pool_tests.cpp
+ threaded_list_test.cpp
+ threads_test.cpp
+ timegm_test.cpp
+ timer_test.cpp
+ worker_thread_test.cpp
)
omim_add_test(base_tests ${SRC})