зеркало из https://github.com/microsoft/clang-1.git
32 строки
586 B
CMake
32 строки
586 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_clang_library(clangSema
|
|
IdentifierResolver.cpp
|
|
ParseAST.cpp
|
|
Sema.cpp
|
|
SemaAccess.cpp
|
|
SemaAttr.cpp
|
|
SemaChecking.cpp
|
|
SemaCXXScopeSpec.cpp
|
|
SemaDeclAttr.cpp
|
|
SemaDecl.cpp
|
|
SemaDeclCXX.cpp
|
|
SemaDeclObjC.cpp
|
|
SemaExpr.cpp
|
|
SemaExprCXX.cpp
|
|
SemaExprObjC.cpp
|
|
SemaInherit.cpp
|
|
SemaInit.cpp
|
|
SemaLookup.cpp
|
|
SemaNamedCast.cpp
|
|
SemaOverload.cpp
|
|
SemaStmt.cpp
|
|
SemaTemplate.cpp
|
|
SemaTemplateInstantiate.cpp
|
|
SemaTemplateInstantiateDecl.cpp
|
|
SemaTemplateInstantiateExpr.cpp
|
|
SemaType.cpp
|
|
)
|
|
|
|
add_dependencies(clangSema ClangDiagnosticSema)
|