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/ugc
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-10-05 17:17:30 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-10-11 20:00:06 +0300
commite9c044b819a7c13c1f1ec47e83f660f9beea94c4 (patch)
tree9651a4bbd3bcbc83e9cc89f0ac7caab7913f904f /ugc
parent7478aae372533c20e482e8eac69d1b05d7b52d1d (diff)
Aded myjasson to qmake and cmake ugc
Diffstat (limited to 'ugc')
-rw-r--r--ugc/CMakeLists.txt4
-rw-r--r--ugc/ugc.pro2
2 files changed, 6 insertions, 0 deletions
diff --git a/ugc/CMakeLists.txt b/ugc/CMakeLists.txt
index fe861971a3..77bdf027c0 100644
--- a/ugc/CMakeLists.txt
+++ b/ugc/CMakeLists.txt
@@ -1,5 +1,9 @@
project(ugc)
+include_directories(
+ ${OMIM_ROOT}/3party/jansson/src
+)
+
set(
SRC
api.cpp
diff --git a/ugc/ugc.pro b/ugc/ugc.pro
index a08da10f90..96cd9de6d8 100644
--- a/ugc/ugc.pro
+++ b/ugc/ugc.pro
@@ -8,6 +8,8 @@ ROOT_DIR = ..
include($$ROOT_DIR/common.pri)
+INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
+
HEADERS += \
api.hpp \
binary/header_v0.hpp \