CMake: Compile multithreaded with MSVC/MSBuild
johannesugb opened this issue · 1 comments
johannesugb commented
Add /MP
and -m
switches to the compiler invocation with MSVC/MSBuild!
=> Modify "Build command arguments" in CMakeSettings.json
!
JolifantoBambla commented
I added /MP
in 0e42320