diff --git a/CMakeLists.txt b/CMakeLists.txt index 742f41f..3abd6a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,9 @@ if (STATIC_BUILD) cbr2cbz -static archive + acl + crypto + z ) else () target_link_libraries( diff --git a/README.md b/README.md index 3545cfb..1b18014 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # cbr2cbz +[![Development snapshots](https://ci.simon987.net/app/rest/builds/buildType(Cbr2cbz_Build)/statusIcon)](https://files.simon987.net/artifacts/Cbr2cbz/Build/) + Convert a .cbr file to a .cbz file without modifying the original document. ## Usage