From: Anders Carlsson Date: Fri, 25 Mar 2011 14:16:48 +0000 (+0000) Subject: Unbreak CMake build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16625e188771891e09b4b906918e27a824f3f6a6;p=clang Unbreak CMake build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128276 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 8c20f29903..0a51b85e3a 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -29,6 +29,7 @@ add_clang_library(clangCodeGen CGObjC.cpp CGObjCGNU.cpp CGObjCMac.cpp + CGObjCRuntime.cpp CGRecordLayoutBuilder.cpp CGRTTI.cpp CGStmt.cpp