aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Sema/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt
index 2d8e3c8c3b..cb28fca432 100644
--- a/lib/Sema/CMakeLists.txt
+++ b/lib/Sema/CMakeLists.txt
@@ -5,6 +5,7 @@ add_clang_library(clangSema
ParseAST.cpp
SemaChecking.cpp
Sema.cpp
+ SemaCXXScopeSpec.cpp
SemaDeclAttr.cpp
SemaDecl.cpp
SemaDeclCXX.cpp
@@ -14,6 +15,7 @@ add_clang_library(clangSema
SemaExprObjC.cpp
SemaInherit.cpp
SemaInit.cpp
+ SemaNamedCast.cpp
SemaOverload.cpp
SemaStmt.cpp
SemaType.cpp