[CMake] Switching off dependencies at compile time (with Makefiles)?

David Cole david.cole at kitware.com
Fri Oct 26 10:04:19 EDT 2007


- 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 <joe.karthauser at geomerics.com> 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
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>


More information about the CMake mailing list