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-10-05 19:05:27 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-07 13:34:33 +0300
commit7bd0be04128784fecc14036c7dcebea88d44389b (patch)
tree7882b37ca0f1cacaf0cd7f4ac042d7e8dc41b6c9 /storage
parent7ca99fa0568169abf0390f6717fa534549454c7f (diff)
Added editor tests
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 a6bee08708..efef485318 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(${OMIM_DIR}/3party/jansson/src)
+include_directories(${OMIM_ROOT}/3party/jansson/src)
set(
SRC
@@ -31,6 +31,6 @@ set(
storage_helpers.hpp
)
-omim_add_library(storage ${SRC})
+add_library(storage ${SRC})
#add_subdirectory(storage_tests)