mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Migrate the build system to cmake
This commit is contained in:
@ -7,9 +7,9 @@ This backend is currently only supported on the Linux platform.
|
||||
|
||||
## Using
|
||||
|
||||
Enabling this backend is achieved by adding the `libarchive` qmake configuration value:
|
||||
Enable this backend by setting the `DECOMPRESSION_BACKEND` CMake option:
|
||||
|
||||
qmake CONFIG+=libarchive
|
||||
cmake -B build -DDECOMPRESSION_BACKEND=libarchive
|
||||
|
||||
Upon success, the application can be built as normal.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user