From: Douglas Gregor Date: Fri, 27 Mar 2009 05:18:33 +0000 (+0000) Subject: Update CMake X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5758be2f50dd19de6efc76bb13b7eebcecd55b1d;p=clang Update CMake git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67824 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 8584d60188..b349636d8f 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -4,6 +4,7 @@ add_clang_library(clangSema IdentifierResolver.cpp ParseAST.cpp Sema.cpp + SemaAccess.cpp SemaAttr.cpp SemaChecking.cpp SemaCXXScopeSpec.cpp