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

Fix CMake file for Windows shared builds #108

Closed longnguyen2004 closed 3 years ago

longnguyen2004 commented 3 years ago

The export define for CMake is libzzip_EXPORTS, not ZZIP_EXPORTS or ZZIPLIB_EXPORTS, so I added that in to make Windows shared builds export the symbols properly. Also added the install directory for dlls so that they go into their intended places.