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:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-07-24 17:10:38 +0300
committermpimenov <mpimenov@users.noreply.github.com>2018-07-30 12:36:04 +0300
commit094e86b3db457dd8afc90c93aff9c7b0a77a26e1 (patch)
tree5c823e65d8bf91b078b6b77fb48bcaff33c2e8f9 /indexer/CMakeLists.txt
parentffaf23d30763c1167c9b36290eb62fde67c7291c (diff)
[indexer] Remove feature loader, load feature in FeatureType
Diffstat (limited to 'indexer/CMakeLists.txt')
-rw-r--r--indexer/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/indexer/CMakeLists.txt b/indexer/CMakeLists.txt
index af93816605..1de418b156 100644
--- a/indexer/CMakeLists.txt
+++ b/indexer/CMakeLists.txt
@@ -60,10 +60,6 @@ set(
feature_decl.hpp
feature_impl.cpp
feature_impl.hpp
- feature_loader_base.cpp
- feature_loader_base.hpp
- feature_loader.cpp
- feature_loader.hpp
feature_meta.cpp
feature_meta.hpp
feature_processor.hpp
@@ -116,6 +112,8 @@ set(
search_delimiters.hpp # it's in indexer because of CategoriesHolder dependency.
search_string_utils.cpp # it's in indexer because of CategoriesHolder dependency.
search_string_utils.hpp # it's in indexer because of CategoriesHolder dependency.
+ shared_load_info.cpp
+ shared_load_info.hpp
string_set.hpp
string_slice.cpp
string_slice.hpp