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
The cmake config currently builds a static library on windows when MSVC is used. I tried to keep it generic and OS agnostic, but ran into issues with dll and lib files when it came to linking the final test binary.
If someone needs a shared library for windows/MSVC use then I will need some help with how to set things up to build a file that can be linked.
The cmake config currently builds a static library on windows when MSVC is used. I tried to keep it generic and OS agnostic, but ran into issues with dll and lib files when it came to linking the final test binary.
If someone needs a shared library for windows/MSVC use then I will need some help with how to set things up to build a file that can be linked.
I tried the advice given in
https://stackoverflow.com/questions/26495564/why-is-my-shared-library-not-linking-correctly-when-using-cmake
and
https://stackoverflow.com/questions/33062728/cmake-link-shared-library-on-windows
but neither worked.
The text was updated successfully, but these errors were encountered: