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:
Diffstat (limited to 'base/CMakeLists.txt')
-rw-r--r--base/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index e4d124537a..1ef8cf87ea 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -22,6 +22,8 @@ set(
get_time.hpp
gmtime.cpp
gmtime.hpp
+ internal/message.cpp
+ internal/message.hpp
levenshtein_dfa.cpp
levenshtein_dfa.hpp
limited_priority_queue.hpp
@@ -72,14 +74,14 @@ set(
threaded_container.cpp
threaded_container.hpp
threaded_list.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.cpp
+ worker_thread.hpp
)
add_library(${PROJECT_NAME} ${SRC})