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 #78

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

Some fixes to CMake that I found while experimenting with Travis CI. My systems have zziplib installed, but Travis doesn't, which is how I found the include errors. I'll propose a Travis CI setup as soon as this PR is merged.

More details in the commit messages.

pks-t commented 5 years ago

Rebased to fix conflicts as the first two commits have already been included in essence.