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 )