hanchenye-llvm-project/clang/lib/Sema/CMakeLists.txt

50 lines
896 B
CMake
Raw Normal View History

set(LLVM_NO_RTTI 1)
add_clang_library(clangSema
AnalysisBasedWarnings.cpp
AttributeList.cpp
CodeCompleteConsumer.cpp
DeclSpec.cpp
IdentifierResolver.cpp
JumpDiagnostics.cpp
Sema.cpp
2009-03-27 13:18:33 +08:00
SemaAccess.cpp
SemaAttr.cpp
SemaCXXCast.cpp
SemaCXXScopeSpec.cpp
SemaChecking.cpp
SemaCodeComplete.cpp
SemaDecl.cpp
SemaDeclAttr.cpp
SemaDeclCXX.cpp
SemaDeclObjC.cpp
SemaExceptionSpec.cpp
SemaExpr.cpp
SemaExprCXX.cpp
SemaExprObjC.cpp
SemaInit.cpp
SemaLookup.cpp
2010-03-12 08:38:40 +08:00
SemaObjCProperty.cpp
SemaOverload.cpp
SemaStmt.cpp
SemaTemplate.cpp
SemaTemplateDeduction.cpp
SemaTemplateInstantiate.cpp
SemaTemplateInstantiateDecl.cpp
SemaType.cpp
TargetAttributesSema.cpp
)
target_link_libraries(clangSema
clangAnalysis
)
add_dependencies(clangSema
ClangARMNeon
ClangAttrClasses
ClangAttrList
ClangDiagnosticSema
ClangDeclNodes
ClangStmtNodes
)