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
64 stars 53 forks source link

[cmake] Export targets #135

Closed JackBoosY closed 2 years ago

JackBoosY commented 2 years ago

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

Fixes #134.

gdraheim commented 2 years ago

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