Skip to content

zip 0.1.19

Compare
Choose a tag to compare
@kuba-- kuba-- released this 23 Apr 10:13
· 158 commits to master since this release
96924c9
  • Upgrade cmake to 3.4 (#122), to have support for WINDOWS_EXPORT_ALL_SYMBOLS.

Note:
cmake -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=TRUE
creates dlls on Windows without declspec() using new CMake export all feature.
More details here