- do a "make help" to get the list of available make targets - use "make targetname" to build a target and everything it depends on - use "make targetname/fast" to build just that target
make targetname/fast is the friend of the developer who knows what he is doing... :-) David On 10/26/07, Josef Karthauser <[EMAIL PROTECTED]> wrote: > I want to run nmake/make on a cmake generated build tree, but in such a > way that only the targets in the current directory get built. That is I > want to assume that any libraries that a given project depends on (which > have separate CMakeLists.txt files) are already built, and want to > suppress nmake from attempting to build them. Is this possible? > > Joe > _______________________________________________ > CMake mailing list > [email protected] > http://www.cmake.org/mailman/listinfo/cmake > _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
