From: Ted Kremenek Date: Fri, 12 Mar 2010 00:38:40 +0000 (+0000) Subject: Update CMake build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34836f28b4f055a51d282a371c2a6e1b21a36449;p=clang Update CMake build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98318 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/CMakeLists.txt b/lib/Sema/CMakeLists.txt index 5be6712c83..237803a1c4 100644 --- a/lib/Sema/CMakeLists.txt +++ b/lib/Sema/CMakeLists.txt @@ -22,6 +22,7 @@ add_clang_library(clangSema SemaExprObjC.cpp SemaInit.cpp SemaLookup.cpp + SemaObjCProperty.cpp SemaOverload.cpp SemaStmt.cpp SemaTemplate.cpp