You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows with Visual Studio, it is possibile building a shared library exporting all symbols. This action created both shared and static libraries restclient-cpp.dll and restclient-cpp.lib. To activate such feature, there is CMAKE command set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON).
My request is adding such option in configuration file, if possible.
Thank you,
Claudio.
The text was updated successfully, but these errors were encountered:
On Windows with Visual Studio, it is possibile building a shared library exporting all symbols. This action created both shared and static libraries restclient-cpp.dll and restclient-cpp.lib. To activate such feature, there is CMAKE command set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON).
My request is adding such option in configuration file, if possible.
Thank you,
Claudio.
The text was updated successfully, but these errors were encountered: