[cmake-developers] visual studio usage

Pau Garcia i Quiles pgquiles at elpauer.org
Fri Jun 8 12:37:17 EDT 2012


On Fri, Jun 8, 2012 at 6:26 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> J Decker <d3ck0r at gmail.com> writes:
>
>> I mean using cmake --build . and/or getting BUILD_COMMAND from cmake
>> which comes back as devenv which is then used to build projects.
>>
>> I had a bunch of cmake projects that built from a batch file, then I
>> made a cmakelists that does the same thing, so I have one
>> cmakelists.txt which builds all other top level cmakelists.
>
> cmake -DCMAKE_MAKE_PROGRAM=msbuild .
>
> ?

Sometimes that will fail due to the different way msbuild and devenv
compute project dependencies.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)



More information about the cmake-developers mailing list