I want to set up automated build using CMake on Windows. I am using Visual Studio 2005.
Update: Here is what I am using:
I set devenv.exe to my
The simplest way I found to doing this was: % cmake --build "buildDir" you can also add --target and --config 'Debug|Release|...'
% cmake --build "buildDir"
--target
--config 'Debug|Release|...'