- 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