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-11-03 18:34:24 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-09 14:20:06 +0300
commit14a9cea834027fcd1c0131b13f61c0f42f6439b9 (patch)
treea13d3ed28ccbe37e58c21119e7348e8c5ee72707 /storage
parent2ec8f5f71fee1f199a702c179eb5d29b1f5806ef (diff)
Added project declarations to subprojects
Replaced set with append
Diffstat (limited to 'storage')
-rw-r--r--storage/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt
index efef485318..f29eec17e7 100644
--- a/storage/CMakeLists.txt
+++ b/storage/CMakeLists.txt
@@ -1,3 +1,5 @@
+project(storage)
+
include_directories(${OMIM_ROOT}/3party/jansson/src)
set(
@@ -31,6 +33,6 @@ set(
storage_helpers.hpp
)
-add_library(storage ${SRC})
+add_library(${PROJECT_NAME} ${SRC})
#add_subdirectory(storage_tests)