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:
authorYuri Gorshenin <y@maps.me>2016-11-09 15:48:34 +0300
committerYuri Gorshenin <y@maps.me>2016-11-15 17:32:54 +0300
commitdbc93bdea03bdb33527e54fc3ebff69f7074318c (patch)
tree99df440d6608074107a9710f86ef832810405138 /base/CMakeLists.txt
parent71e7508675311ba3c2f3ea6b52e68d5e499f1dc2 (diff)
[search] Switch to DFAs in search index retrieval.
Diffstat (limited to 'base/CMakeLists.txt')
-rw-r--r--base/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 89acc66ef7..e71d7f4a6b 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -20,10 +20,13 @@ set(
const_helper.hpp
deferred_task.cpp
deferred_task.hpp
+ dfa_helpers.hpp
exception.cpp
exception.hpp
gmtime.cpp
gmtime.hpp
+ levenshtein_dfa.cpp
+ levenshtein_dfa.hpp
limited_priority_queue.hpp
logging.cpp
logging.hpp
@@ -71,12 +74,15 @@ set(
threaded_container.hpp
threaded_list.hpp
threaded_priority_queue.hpp
+ internal/message.cpp
+ internal/message.hpp
timegm.cpp
timegm.hpp
timer.cpp
timer.hpp
+ uni_string_dfa.cpp
+ uni_string_dfa.hpp
worker_thread.hpp
- internal/message.cpp
)
add_library(${PROJECT_NAME} ${SRC})