diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-02-15 17:09:56 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-02-15 17:09:56 +0000 |
commit | 6cd370cc314a57c406920084170c4f353048c416 (patch) | |
tree | 292af3fd2db6ad8f63010059525a670be5c9fcf4 | |
parent | 27af04bcca46f8a3374586be1301477f9123f5e1 (diff) |
Add missing CMake dependency
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125566 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/StaticAnalyzer/Checkers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Checkers/CMakeLists.txt b/lib/StaticAnalyzer/Checkers/CMakeLists.txt index 8c1f91f0c2..c22b37a7c0 100644 --- a/lib/StaticAnalyzer/Checkers/CMakeLists.txt +++ b/lib/StaticAnalyzer/Checkers/CMakeLists.txt @@ -60,4 +60,4 @@ add_clang_library(clangStaticAnalyzerCheckers ) add_dependencies(clangStaticAnalyzerCore ClangAttrClasses ClangAttrList ClangDeclNodes - ClangStmtNodes) + ClangStmtNodes ClangSACheckers) |