gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

CMake fixes #87

Closed jtojnar closed 4 years ago

jtojnar commented 4 years ago

Some fixes improving parity with Autotools, see https://github.com/gdraheim/zziplib/issues/86.

Downstream PR: https://github.com/NixOS/nixpkgs/pull/85147

jtojnar commented 4 years ago

Build failure looks unrelated.

gdraheim commented 4 years ago

oh my fault.

jtojnar commented 4 years ago

CMake is not really my strong suit so there might be some issues there. Not sure what happens if one tries to build just the subdirectory.

gdraheim commented 4 years ago

I am currently setting up some docker testbuilds, and I missed the new subdir.

That patches are great, thank you a lot.