[CMake] Effort to create a new generator (tup)

Michael Wild themiwi at gmail.com
Thu May 6 10:55:06 EDT 2010


On 6. May, 2010, at 16:45 , Jed Brown wrote:

> On Thu, 6 May 2010 16:36:14 +0200, Michael Wild <themiwi at gmail.com> wrote:
>> Looking at the manpage, it seems that CMake will need a Tupfile in
>> every directory that is to contain object files:
> 
> Tup would either need to add support for "make install" or CMake would
> need a different way of doing installs.
> 
> Jed

Yes, targets that are not part of "make all" would be definitely helpful, also only building specific targets (such as a test program, a particular library or the documentation) would be required. How to support EXCLUDE_FROM_ALL? The "make install" case wouldn't be too dramatic, one could just run "cmake -P cmake_install.cmake" manually.

Michael


More information about the CMake mailing list