mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Improve backends handling and make DECOMPRESSION_BACKEND and PDF_BACKEND settings easier to discover
This commit is contained in:
@ -33,6 +33,7 @@ echo "Configuring and building with CMake"
|
||||
cmake -B build \
|
||||
-G Ninja \
|
||||
-DDECOMPRESSION_BACKEND=7zip \
|
||||
-DPDF_BACKEND=pdfkit \
|
||||
-DBUILD_NUMBER="${BUILD_NUMBER}" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_OSX_ARCHITECTURES="${ARCHS}" \
|
||||
|
||||
Reference in New Issue
Block a user