summaryrefslogtreecommitdiff
path: root/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-08-25 00:02:29 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-08-25 00:02:29 +0000
commit2e193f80ebd0230d541013206dd13b0cb2a2d094 (patch)
treee62c825f090edc2134c53ff75ef76392a24aa28e /lib/Support/CMakeLists.txt
parentf6045fe8c474110ba47afa69c752c54158678a4e (diff)
downloadllvm-2e193f80ebd0230d541013206dd13b0cb2a2d094.tar.gz
llvm-2e193f80ebd0230d541013206dd13b0cb2a2d094.tar.bz2
llvm-2e193f80ebd0230d541013206dd13b0cb2a2d094.tar.xz
CMake: updated list of source files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CMakeLists.txt')
-rw-r--r--lib/Support/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt
index efa5361b62..05f1ac7d98 100644
--- a/lib/Support/CMakeLists.txt
+++ b/lib/Support/CMakeLists.txt
@@ -30,6 +30,7 @@ add_llvm_library(LLVMSupport
Timer.cpp
Triple.cpp
Twine.cpp
+ raw_os_ostream.cpp
raw_ostream.cpp
)