From e9c044b819a7c13c1f1ec47e83f660f9beea94c4 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Thu, 5 Oct 2017 17:17:30 +0300 Subject: [PATCH] Aded myjasson to qmake and cmake ugc --- ugc/CMakeLists.txt | 4 ++++ ugc/ugc.pro | 2 ++ 2 files changed, 6 insertions(+) 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 \