[clang-tools-extra] r201977 - [CMake] Apply DEPENDS to clangTidy.

NAKAMURA Takumi geek4civic at gmail.com
Sun Feb 23 05:43:01 PST 2014


Author: chapuni
Date: Sun Feb 23 07:43:01 2014
New Revision: 201977

URL: http://llvm.org/viewvc/llvm-project?rev=201977&view=rev
Log:
[CMake] Apply DEPENDS to clangTidy.

Modified:
    clang-tools-extra/trunk/clang-tidy/CMakeLists.txt

Modified: clang-tools-extra/trunk/clang-tidy/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/CMakeLists.txt?rev=201977&r1=201976&r2=201977&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/CMakeLists.txt Sun Feb 23 07:43:01 2014
@@ -6,6 +6,9 @@ add_clang_library(clangTidy
   ClangTidy.cpp
   ClangTidyModule.cpp
   ClangTidyDiagnosticConsumer.cpp
+
+  DEPENDS
+  ClangSACheckers
   )
 target_link_libraries(clangTidy
   clangAST





More information about the cfe-commits mailing list