From: Oscar Fuentes Date: Wed, 19 Nov 2008 18:46:39 +0000 (+0000) Subject: CMake: Added some source files. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=148f061354873ce5b0221bcbfa43fa07ec4e5de6;p=clang CMake: Added some source files. Patch contributed by Jay Foad! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59656 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/CMakeLists.txt b/lib/AST/CMakeLists.txt index 4ac6a6e98e..c49a0eeee5 100644 --- a/lib/AST/CMakeLists.txt +++ b/lib/AST/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_NO_RTTI 1) add_clang_library(clangAST + APValue.cpp ASTConsumer.cpp ASTContext.cpp Builtins.cpp diff --git a/lib/Lex/CMakeLists.txt b/lib/Lex/CMakeLists.txt index 684867d87d..e4ba410ddc 100644 --- a/lib/Lex/CMakeLists.txt +++ b/lib/Lex/CMakeLists.txt @@ -16,6 +16,8 @@ add_clang_library(clangLex PPMacroExpansion.cpp Pragma.cpp Preprocessor.cpp + PreprocessorLexer.cpp + PTHLexer.cpp ScratchBuffer.cpp TokenLexer.cpp )