Add include needed for MSVC.
[clang/acc.git] / lib / Sema / CMakeLists.txt
blob54a6dd549d55bcaecc8888321280f009fd638c6d
1 set(LLVM_NO_RTTI 1)
3 add_clang_library(clangSema
4   IdentifierResolver.cpp
5   JumpDiagnostics.cpp
6   ParseAST.cpp
7   Sema.cpp
8   SemaAccess.cpp
9   SemaAttr.cpp
10   SemaCXXCast.cpp
11   SemaCXXScopeSpec.cpp
12   SemaChecking.cpp
13   SemaDecl.cpp
14   SemaDeclAttr.cpp
15   SemaDeclCXX.cpp
16   SemaDeclObjC.cpp
17   SemaExpr.cpp
18   SemaExprCXX.cpp
19   SemaExprObjC.cpp
20   SemaInherit.cpp
21   SemaInit.cpp
22   SemaLookup.cpp
23   SemaOverload.cpp
24   SemaStmt.cpp
25   SemaTemplate.cpp
26   SemaTemplateDeduction.cpp
27   SemaTemplateInstantiate.cpp
28   SemaTemplateInstantiateDecl.cpp
29   SemaTemplateInstantiateExpr.cpp
30   SemaTemplateInstantiateStmt.cpp
31   SemaType.cpp
32   )
34 add_dependencies(clangSema ClangDiagnosticSema)