diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-24 07:04:49 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-24 07:04:49 +0000 |
commit | 8218f6fc6211c646d39fb2ac074dcd7f88f597cd (patch) | |
tree | c18d78b504e6deca3a6dd409d4ef8a6132624c4f | |
parent | 2538f7ab2ef39ab1a5e48744548d66b560d1fee6 (diff) |
Update CMake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76957 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 5f6dd4c15a..4a9f77541c 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -31,6 +31,7 @@ add_llvm_library(LLVMSupport TargetRegistry.cpp Timer.cpp Triple.cpp + Twine.cpp raw_ostream.cpp ) |