Skip to content

v3.6.2.1

Latest
Compare
Choose a tag to compare
@allanleal allanleal released this 23 Sep 11:53

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.