You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.2 KiB
69 lines
1.2 KiB
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_clang_library(clangAST
|
|
APValue.cpp
|
|
ASTConsumer.cpp
|
|
ASTContext.cpp
|
|
ASTDiagnostic.cpp
|
|
ASTDumper.cpp
|
|
ASTImporter.cpp
|
|
ASTTypeTraits.cpp
|
|
AttrImpl.cpp
|
|
CXXInheritance.cpp
|
|
Comment.cpp
|
|
CommentBriefParser.cpp
|
|
CommentCommandTraits.cpp
|
|
CommentLexer.cpp
|
|
CommentParser.cpp
|
|
CommentSema.cpp
|
|
Decl.cpp
|
|
DeclarationName.cpp
|
|
DeclBase.cpp
|
|
DeclCXX.cpp
|
|
DeclFriend.cpp
|
|
DeclGroup.cpp
|
|
DeclObjC.cpp
|
|
DeclOpenMP.cpp
|
|
DeclPrinter.cpp
|
|
DeclTemplate.cpp
|
|
Expr.cpp
|
|
ExprClassification.cpp
|
|
ExprConstant.cpp
|
|
ExprCXX.cpp
|
|
ExprObjC.cpp
|
|
ExternalASTSource.cpp
|
|
InheritViz.cpp
|
|
ItaniumCXXABI.cpp
|
|
ItaniumMangle.cpp
|
|
Mangle.cpp
|
|
MicrosoftCXXABI.cpp
|
|
MicrosoftMangle.cpp
|
|
NestedNameSpecifier.cpp
|
|
NSAPI.cpp
|
|
OpenMPClause.cpp
|
|
ParentMap.cpp
|
|
RawCommentList.cpp
|
|
RecordLayout.cpp
|
|
RecordLayoutBuilder.cpp
|
|
SelectorLocationsKind.cpp
|
|
Stmt.cpp
|
|
StmtCXX.cpp
|
|
StmtIterator.cpp
|
|
StmtObjC.cpp
|
|
StmtOpenMP.cpp
|
|
StmtPrinter.cpp
|
|
StmtProfile.cpp
|
|
StmtViz.cpp
|
|
TemplateBase.cpp
|
|
TemplateName.cpp
|
|
Type.cpp
|
|
TypeLoc.cpp
|
|
TypePrinter.cpp
|
|
VTableBuilder.cpp
|
|
VTTBuilder.cpp
|
|
|
|
LINK_LIBS
|
|
clangBasic
|
|
clangLex
|
|
)
|