freebsd-nq/lib/Sema/CMakeLists.txt

39 lines
826 B
CMake
Raw Normal View History

2009-06-02 17:58:47 +00:00
set(LLVM_NO_RTTI 1)
add_clang_library(clangSema
2010-03-21 10:50:08 +00:00
AnalysisBasedWarnings.cpp
2009-10-14 18:03:49 +00:00
CodeCompleteConsumer.cpp
2009-06-02 17:58:47 +00:00
IdentifierResolver.cpp
JumpDiagnostics.cpp
ParseAST.cpp
Sema.cpp
SemaAccess.cpp
SemaAttr.cpp
2009-10-14 18:03:49 +00:00
SemaCXXCast.cpp
2009-06-02 17:58:47 +00:00
SemaCXXScopeSpec.cpp
2009-10-14 18:03:49 +00:00
SemaChecking.cpp
SemaCodeComplete.cpp
2009-06-02 17:58:47 +00:00
SemaDecl.cpp
2009-10-14 18:03:49 +00:00
SemaDeclAttr.cpp
2009-06-02 17:58:47 +00:00
SemaDeclCXX.cpp
SemaDeclObjC.cpp
2009-10-14 18:03:49 +00:00
SemaExceptionSpec.cpp
2009-06-02 17:58:47 +00:00
SemaExpr.cpp
SemaExprCXX.cpp
SemaExprObjC.cpp
SemaInit.cpp
SemaLookup.cpp
2010-03-16 16:52:15 +00:00
SemaObjCProperty.cpp
2009-06-02 17:58:47 +00:00
SemaOverload.cpp
SemaStmt.cpp
SemaTemplate.cpp
2009-06-06 08:21:31 +00:00
SemaTemplateDeduction.cpp
2009-06-02 17:58:47 +00:00
SemaTemplateInstantiate.cpp
SemaTemplateInstantiateDecl.cpp
SemaType.cpp
2010-01-15 15:39:40 +00:00
TargetAttributesSema.cpp
2009-06-02 17:58:47 +00:00
)
2010-07-13 17:21:42 +00:00
add_dependencies(clangSema ClangARMNeon ClangAttrClasses ClangAttrList
ClangDiagnosticSema ClangDeclNodes ClangStmtNodes)