Aded myjasson to qmake and cmake ugc

This commit is contained in:
VladiMihaylenko 2017-10-05 17:17:30 +03:00 committed by Yuri Gorshenin
parent 7478aae372
commit e9c044b819
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,9 @@
project(ugc)
include_directories(
${OMIM_ROOT}/3party/jansson/src
)
set(
SRC
api.cpp

View file

@ -8,6 +8,8 @@ ROOT_DIR = ..
include($$ROOT_DIR/common.pri)
INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
HEADERS += \
api.hpp \
binary/header_v0.hpp \