J Decker <[email protected]> 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 . ? -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
