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 \