windows: export all symbols in DLL

This commit is contained in:
Steffen Vogel 2017-10-23 10:37:57 +02:00
parent aac23dcda8
commit 1f2ff0c605

View file

@ -35,6 +35,8 @@ if(WIN32)
if(MSVC_VERSION LESS 1300)
set(ARABICA_VS6_WORKAROUND TRUE)
endif()
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
endif()
if(BUILD_WITH_BOOST)