Commits


Kyle Edwards authored and Roman Lebedev committed d16ae64e5ae
Set CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#889) When building on Windows with `BUILD_SHARED_LIBS=ON`, the symbols were not being properly exported in the DLL. Fix this by setting `CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS`. Fixes #888