Update JSON include path

master
Joseph Donofry 2019-05-12 16:33:08 -04:00
parent 66d1b1067c
commit c493ef95aa
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ build() {
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \
-DLMDBXX_INCLUDE_DIR=.deps/usr/include \
-DTWEENY_INCLUDE_DIR=.deps/usr/include
-DJSON_INCLUDE_DIR=/usr/include
cmake --build build
}