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
Build with option BUILD_SHARED_LIBS does not work for MSVC build. Build fails with multiple errors.
Cannot build project DLLs, the only available option for qmake projects (since cannot statically integrate the project).
Works fine on linux.
Build the project using MSVC:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat x64
mkdir build && cd build
cmake .. -DBUILD_SHARED_LIBS=ON
cmake --build . --config DEBUG -- /m:4
output:
Todo - add ouput
The text was updated successfully, but these errors were encountered:
Yeah it's a known issue, that's why CI only tests static builds with MSVC. For now all work in this repo is on hold. Will back to fixing this issue later on.
Build with option BUILD_SHARED_LIBS does not work for MSVC build. Build fails with multiple errors.
Cannot build project DLLs, the only available option for qmake projects (since cannot statically integrate the project).
Works fine on linux.
Build the project using MSVC:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat x64
mkdir build && cd build
cmake .. -DBUILD_SHARED_LIBS=ON
cmake --build . --config DEBUG -- /m:4
output:
Todo - add ouput
The text was updated successfully, but these errors were encountered: