diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-03-27 05:18:33 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-03-27 05:18:33 +0000 |
commit | 5758be2f50dd19de6efc76bb13b7eebcecd55b1d (patch) | |
tree | e71fd3b56ea9d327b704de02bbb5dca8cf2b2c8a | |
parent | d17a9e5a29ef076e31d012d7254b526769c386f6 (diff) |
Update CMake
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67824 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Sema/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |