forked from organicmaps/organicmaps
Aded myjasson to qmake and cmake ugc
This commit is contained in:
parent
7478aae372
commit
e9c044b819
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
project(ugc)
|
||||
|
||||
include_directories(
|
||||
${OMIM_ROOT}/3party/jansson/src
|
||||
)
|
||||
|
||||
set(
|
||||
SRC
|
||||
api.cpp
|
||||
|
|
|
@ -8,6 +8,8 @@ ROOT_DIR = ..
|
|||
|
||||
include($$ROOT_DIR/common.pri)
|
||||
|
||||
INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
|
||||
|
||||
HEADERS += \
|
||||
api.hpp \
|
||||
binary/header_v0.hpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue