aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-11-19 18:46:39 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-11-19 18:46:39 +0000
commit148f061354873ce5b0221bcbfa43fa07ec4e5de6 (patch)
treea0c99e58e90b7df8c720daaa23df9bff6e427f7f /lib
parent0c43f2681b13e32171f883b6e874da1a6ae340e9 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/AST/CMakeLists.txt1
-rw-r--r--lib/Lex/CMakeLists.txt2
2 files changed, 3 insertions, 0 deletions
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
)