[LLVMdev] CMake builds clang.
Cédric Venet
cedric.venet at laposte.net
Sun Oct 26 07:39:49 PDT 2008
Anton Korobeynikov a écrit :
> Hi, Oscar
>
>> at all, it would be great if you reflect your changes on the file list
>> inside the corresponding CMakeLists.txt when you add, remove or rename
> a
>> .cpp file.
> Isn't is possible for cmake just to glob everything in the corresponding
> directory?
>
Hi,
It is possible, but it has some drawback. Mainly, it won't check for new
file itself and you would have to manually rerun CMake each times you
add/remove a file.
The current makefile (gnu makefile) list all the files also, isn't it?
they don't glob everythings.
just my 2cents.
Cédric
More information about the llvm-dev
mailing list