json-c: disable extra libs, closes #115

This commit is contained in:
git-bruh 2022-09-30 18:25:52 +05:30
parent f91d3dbd09
commit a77f189f2a
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DDISABLE_EXTRA_LIBS=ON \
-DBUILD_TESTING=OFF
cmake --build build