From: Ted Kremenek Date: Mon, 16 Jul 2012 18:53:42 +0000 (+0000) Subject: Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e56c42cac37e5cf083a355a674a3effe6c9ac4d;p=clang Add libEdit dependency on ClangDiagnosticCommon. Hopefully this will unbreak the VS build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Edit/CMakeLists.txt b/lib/Edit/CMakeLists.txt index 2bb63a71e0..251aa4045e 100644 --- a/lib/Edit/CMakeLists.txt +++ b/lib/Edit/CMakeLists.txt @@ -4,6 +4,10 @@ add_clang_library(clangEdit RewriteObjCFoundationAPI.cpp ) +add_dependencies(clangEdit + ClangDiagnosticCommon +) + target_link_libraries(clangEdit clangBasic clangAST