diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-16 01:43:33 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-16 01:43:33 +0000 |
commit | b8f96f6ddd3cfe64d329fe52b9b5ef049f3d29ab (patch) | |
tree | d49ebb1dada643bc1f20b93060d072341c23bb1a | |
parent | 465373946b5ae84f7c3d890cc25cb23fd88dd650 (diff) |
Update CMake file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75885 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Analysis/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/CMakeLists.txt b/lib/Analysis/CMakeLists.txt index 8f5c648be4..2ef777d875 100644 --- a/lib/Analysis/CMakeLists.txt +++ b/lib/Analysis/CMakeLists.txt @@ -7,6 +7,7 @@ add_clang_library(clangAnalysis BasicValueFactory.cpp BugReporter.cpp CFRefCount.cpp + CallGraph.cpp CheckDeadStores.cpp CheckNSError.cpp CheckObjCDealloc.cpp |