diff options
-rw-r--r-- | clang/lib/Sema/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/CMakeLists.txt b/clang/lib/Sema/CMakeLists.txt index 5be6712c839..237803a1c45 100644 --- a/clang/lib/Sema/CMakeLists.txt +++ b/clang/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 |