Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: compile source files in parallel under MSVC
When using cmake with Visual Studio project files (default on Windows), add MSVC compile flag that enables using more than 1 CPU core during the build (i.e. compile source files in parallel).
- Loading branch information