mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 18:06:05 +00:00
CMake: Added some source files.
Patch contributed by Jay Foad! llvm-svn: 59656
This commit is contained in:
parent
7455d45ba2
commit
77543d9af0
@ -1,6 +1,7 @@
|
||||
set(LLVM_NO_RTTI 1)
|
||||
|
||||
add_clang_library(clangAST
|
||||
APValue.cpp
|
||||
ASTConsumer.cpp
|
||||
ASTContext.cpp
|
||||
Builtins.cpp
|
||||
|
@ -16,6 +16,8 @@ add_clang_library(clangLex
|
||||
PPMacroExpansion.cpp
|
||||
Pragma.cpp
|
||||
Preprocessor.cpp
|
||||
PreprocessorLexer.cpp
|
||||
PTHLexer.cpp
|
||||
ScratchBuffer.cpp
|
||||
TokenLexer.cpp
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user