Exports symbols in Windows builds
This release solves the issue raised in reaktoro/reaktoro#265. It introduces:
# Enable automatic creation of a module definition (.def) file for a SHARED library on Windows.
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
in src/CMakeLists.txt
so that the library symbols are exported in Windows builds.