From: Mike Stump Date: Fri, 13 Feb 2009 15:42:50 +0000 (+0000) Subject: Fix cmake builds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47837874d94f2c5958741a4f4a44b32f89425e27;p=clang Fix cmake builds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64455 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 1820c0b9f0..d6c46a8adc 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangCodeGen CGBuiltin.cpp + CGBlocks.cpp CGCall.cpp CGCXX.cpp CGDebugInfo.cpp diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt index e4ba410ddc..6347142ada 100644 --- a/lib/Lex/CMakeLists.txt +++ b/lib/Lex/CMakeLists.txt @@ -20,4 +20,5 @@ add_clang_library(clangLex PTHLexer.cpp ScratchBuffer.cpp TokenLexer.cpp + TokenConcatenation.cpp )