[CMake] Specifying multiple build threads on windows
John Drescher
drescherjm at gmail.com
Sun Jan 24 17:30:14 EST 2010
> Thanks but how do I integrate vcbuild or msbuild with cmake ?
>
I never have used the --build option.
I am not exactly sure. For my windows projects I have it generate a
batch file using cmake configure. This batch file calls devenv with
the options from cmake. So to build I call install.bat located in the
binary folder of each project. And for dependent projects I call a
master install.bat that calls the dependent install.bat files in each
project.
John
More information about the CMake
mailing list