Update CMake
authorDaniel Dunbar <daniel@zuster.org>
Fri, 24 Jul 2009 07:04:49 +0000 (07:04 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 24 Jul 2009 07:04:49 +0000 (07:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76957 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CMakeLists.txt

index 5f6dd4c15a5ed0b76331a9300e79d5411dd0243f..4a9f77541cdce25d1a519fd3982d7ffe9d2f61d2 100644 (file)
@@ -31,6 +31,7 @@ add_llvm_library(LLVMSupport
   TargetRegistry.cpp
   Timer.cpp
   Triple.cpp
+  Twine.cpp
   raw_ostream.cpp
   )