From: Ted Kremenek Date: Thu, 16 Jul 2009 01:43:33 +0000 (+0000) Subject: Update CMake file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8f96f6ddd3cfe64d329fe52b9b5ef049f3d29ab;p=clang Update CMake file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75885 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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