Skip to content

Commit

Permalink
All - Better Library Building
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Feb 7, 2024
1 parent 7f7a1b0 commit 71df1f3
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flatpak/org.nickvision.money.json
Original file line number Diff line number Diff line change
@@ -130,7 +130,9 @@
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_BUILD_TYPE=Release",
"-DPODOFO_BUILD_TEST=OFF",
"-DPODOFO_BUILD_EXAMPLES=OFF"
],
"sources": [
{
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -108,6 +108,8 @@ parts:
cmake-parameters:
- -DCMAKE_INSTALL_PREFIX=/usr
- -DCMAKE_BUILD_TYPE=Release
- -DPODOFO_BUILD_TEST=OFF
- -DPODOFO_BUILD_EXAMPLES=OFF
build-environment:
- CPLUS_INCLUDE_PATH: ${CRAFT_STAGE}/include

0 comments on commit 71df1f3

Please sign in to comment.