mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
windows: export all symbols in DLL
This commit is contained in:
parent
aac23dcda8
commit
1f2ff0c605
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue