[CMake] Gyp VS CMake

Jed Brown jed at 59A2.org
Sat Feb 19 12:16:19 EST 2011


On Fri, Feb 18, 2011 at 17:16, Michael Wild <themiwi at gmail.com> wrote:

> Well, cl.exe for one doesn't do this trick. This means, you'll have to
> put it in your build system, and once you've done that, why should you
> use the compiler then? Especially, since you'll want to be consistent
> across platforms.
>

You can use LD_PRELOAD (DLL injection on Windows) to pick up the
dependencies. That has the advantage of automatically working for any
compiler or other custom command, for any source language. Tup does this.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110219/9d83b811/attachment.htm>


More information about the CMake mailing list