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-06 15:36:35 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-09-13 16:50:49 +0300
commit7ae88a7e7aa27c3e9b86799aebfcfbd06b0da132 (patch)
tree3586d85dda3a837c2a97e14670f1d64ed2c88076 /storage
parent5fcdf88b599c027d3ea8285994c384463c46b41f (diff)
Added editor
Diffstat (limited to 'storage')
-rw-r--r--storage/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt
index d4dba0e2a7..3566649ec6 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -1,5 +1,7 @@
#add_subdirectory(storage_tests)
+include_directories(${PROJECT_SOURCE_DIR}/3party/jansson/src)
+
set(
SRC
app_store.hpp
@@ -29,7 +31,6 @@ set(
storage_defines.hpp
storage_helpers.cpp
storage_helpers.hpp
-
)
omim_add_library(storage ${SRC})