From 2e193f80ebd0230d541013206dd13b0cb2a2d094 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Tue, 25 Aug 2009 00:02:29 +0000 Subject: [PATCH] CMake: updated list of source files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79959 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index efa5361b624..05f1ac7d98f 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 ) -- 2.34.1