[llvm-commits] [llvm] r75833 - /llvm/trunk/utils/UpdateCMakeLists.pl
Ted Kremenek
kremenek at apple.com
Thu Jul 16 10:37:03 PDT 2009
On Jul 16, 2009, at 2:07 AM, Duncan Sands wrote:
> Hi Ted,
>
>> Add script 'UpdateCMakeLists.pl'. This script can be used
>> (manually) to update
>> the list of files in the CMakeLists.txt files.
>
> wouldn't it be better to add some kind of cmake functionality that
> lets
> you say "compile all .cpp files in this directory" in CMakeLists.txt?
> This is PR4527.
>
> Ciao,
>
> Duncan.
Hi Duncan,
That definitely is a better solution. I'm not very fluent in CMake
yet, and it took me about 10 minutes to write this script to help
address an immediate problem. I found it useful, so I committed it.
Once PR 4527 is resolved we should remove it.
Ted
More information about the llvm-commits
mailing list