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
path: root/base
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-09-28 15:58:06 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-29 14:26:57 +0300
commitfd450f9ef59329916d96d397e7927322928ec77b (patch)
treefa6ffeb10671b19ce35d2bc013b4c356372f9dd4 /base
parentfef30938beb8ad68f27981b30013cdfbb1a765d1 (diff)
Opening hours lib and tests
Diffstat (limited to 'base')
-rw-r--r--base/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt
index 32c4b83408..96236671cb 100644
--- a/base/CMakeLists.txt
+++ b/base/CMakeLists.txt
@@ -77,6 +77,6 @@ set(
internal/message.cpp
)
-omim_add_library(base ${SRC})
+add_library(base ${SRC})
-add_subdirectory(base_tests)
+omim_add_test_subdirectory(base_tests)