]> granicus.if.org Git - clang/commitdiff
CMake: Added some source files.
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 19 Nov 2008 18:46:39 +0000 (18:46 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 19 Nov 2008 18:46:39 +0000 (18:46 +0000)
Patch contributed by Jay Foad!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59656 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/CMakeLists.txt
lib/Lex/CMakeLists.txt

index 4ac6a6e98e4b9cf6a0aab21c361b3f3a274d570b..c49a0eeee5fd07fc5da19af56686d561f437f591 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_NO_RTTI 1)
 
 add_clang_library(clangAST
+  APValue.cpp
   ASTConsumer.cpp
   ASTContext.cpp
   Builtins.cpp
index 684867d87d6900d3d50a9fafef17ee544194d0c6..e4ba410ddc674763cf6f031f595f0a37a01541dc 100644 (file)
@@ -16,6 +16,8 @@ add_clang_library(clangLex
   PPMacroExpansion.cpp
   Pragma.cpp
   Preprocessor.cpp
+  PreprocessorLexer.cpp
+  PTHLexer.cpp
   ScratchBuffer.cpp
   TokenLexer.cpp
   )