Skip to content

[WIP] supporting dynamic linking on MSVC

Norihiro Watanabe requested to merge github/fork/norihiro-w/win-dll into master

Trying to support cmake -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=TRUE as explained in https://blog.kitware.com/create-dlls-on-windows-without-declspec-using-new-cmake-export-all-feature/

Merge request reports