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/base_tests/CMakeLists.txt')
-rw-r--r--base/base_tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base_tests/CMakeLists.txt b/base/base_tests/CMakeLists.txt
index 2a31f84d0c..724127020f 100644
--- a/base/base_tests/CMakeLists.txt
+++ b/base/base_tests/CMakeLists.txt
@@ -35,6 +35,7 @@ set(
timegm_test.cpp
timer_test.cpp
uni_string_dfa_test.cpp
+ worker_thread_tests.cpp
)
omim_add_test(${PROJECT_NAME} ${SRC})