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:
authorrachytski <siarhei.rachytski@gmail.com>2011-07-05 01:37:56 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:38 +0300
commitfbfe610150eb5c0a44fe2e7c037303761e5416e1 (patch)
tree7716f9048c44b13289e168ce481f2a27e116a4d4 /base/base_tests/base_tests.pro
parenta3d105ab651d56f64dab6235fcdcaf9c48216278 (diff)
Using all available CPU cores for tile rendering.
Diffstat (limited to 'base/base_tests/base_tests.pro')
-rw-r--r--base/base_tests/base_tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/base_tests/base_tests.pro b/base/base_tests/base_tests.pro
index b1c74d7eca..cf486b9946 100644
--- a/base/base_tests/base_tests.pro
+++ b/base/base_tests/base_tests.pro
@@ -32,6 +32,7 @@ SOURCES += \
assert_test.cpp \
timer_test.cpp \
mru_cache_test.cpp \
- threaded_list_test.cpp
+ threaded_list_test.cpp \
+ condition_test.cpp
HEADERS +=