mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 20:23:39 +08:00
CMake: Added some source files.
Patch contributed by Jay Foad! llvm-svn: 59656
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user