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
60 stars 50 forks source link

[cmake] Export targets #135

Closed JackBoosY closed 1 year ago

JackBoosY commented 2 years ago

Export cmake targets so the users can easily use zziplib in cmake.

Fixes #134.

gdraheim commented 1 year ago

Looks interesting, I did not know that cmake has its own library export format. Thank you.