mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[CMake] Apply DEPENDS to clangTidy.
llvm-svn: 201977
This commit is contained in:
@@ -6,6 +6,9 @@ add_clang_library(clangTidy
|
||||
ClangTidy.cpp
|
||||
ClangTidyModule.cpp
|
||||
ClangTidyDiagnosticConsumer.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangSACheckers
|
||||
)
|
||||
target_link_libraries(clangTidy
|
||||
clangAST
|
||||
|
||||
Reference in New Issue
Block a user