From: Daniel Dunbar Date: Tue, 11 Nov 2008 08:29:24 +0000 (+0000) Subject: Fix cmake build, patch from Jjgod Jiang. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1d93600000bb516cdd499905f699b289fd73ada;p=clang Fix cmake build, patch from Jjgod Jiang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59036 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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