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:
authorTimofey <t.danshin@corp.mail.ru>2016-09-12 17:45:15 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-13 16:50:49 +0300
commit22427594e5d0cc38b2f896d8616f36b618b644fb (patch)
tree95e5f5766e06e498fb0c12a1b27d9e8d42e554cb /storage
parent7ae88a7e7aa27c3e9b86799aebfcfbd06b0da132 (diff)
Now coding tests compile and pass.
Diffstat (limited to 'storage')
-rw-r--r--storage/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt
index 3566649ec6..4d1de7e39f 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -1,5 +1,3 @@
-#add_subdirectory(storage_tests)
-
include_directories(${PROJECT_SOURCE_DIR}/3party/jansson/src)
set(
@@ -34,3 +32,5 @@ set(
)
omim_add_library(storage ${SRC})
+
+#add_subdirectory(storage_tests)