diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-25 00:02:29 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-25 00:02:29 +0000 |
commit | 2e193f80ebd0230d541013206dd13b0cb2a2d094 (patch) | |
tree | e62c825f090edc2134c53ff75ef76392a24aa28e /lib/Support/CMakeLists.txt | |
parent | f6045fe8c474110ba47afa69c752c54158678a4e (diff) |
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.txt | 1 |
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 ) |