Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update
authorTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:10:57 +0000 (21:10 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 15 Jul 2009 21:10:57 +0000 (21:10 +0000)
commit9344eb76040c8cc98e3c9f20834abae6bb5563be
tree3ccf4f556adc8f0d41474489585df9426030888d
parent193562982930fb7c094dbe2c8b10fd18a1fac1d6
Add script 'UpdateCMakeLists.pl'. This script can be used (manually) to update
the list of files in the CMakeLists.txt files.

It works by scanning (starting from the working directory from which it is run)
all subdirectories containing CMakeLists.txt files. It then updates the list of
C and C++ files in the 'add_llvm_library' and 'add_clang_library' lists. Sources
file lists are emitted in lexical order.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75833 91177308-0d34-0410-b5e6-96231b3b80d8
utils/UpdateCMakeLists.pl [new file with mode: 0755]