Update build steps to include header-only libs
This commit is contained in:
parent
a6bff6cde8
commit
89211c97da
1 changed files with 3 additions and 1 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -32,7 +32,9 @@ build() {
|
||||||
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF
|
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF
|
||||||
cmake --build .deps
|
cmake --build .deps
|
||||||
|
|
||||||
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
-DLMDBXX_INCLUDE_DIR=.deps/usr/include \
|
||||||
|
-DTWEENY_INCLUDE_DIR=.deps/usr/include
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue