aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-03-12 00:38:40 +0000
committerTed Kremenek <kremenek@apple.com>2010-03-12 00:38:40 +0000
commit34836f28b4f055a51d282a371c2a6e1b21a36449 (patch)
tree1872009ce1ac1974bddf64be9f59ee49d4a5d4fd
parent9d64c15223497f31899cc47fbe1531873dc06f2e (diff)
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98318 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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