forked from OSchip/llvm-project
parent
d724c28020
commit
871d104e1c
|
@ -6,6 +6,9 @@ add_clang_library(clangTidy
|
|||
ClangTidy.cpp
|
||||
ClangTidyModule.cpp
|
||||
ClangTidyDiagnosticConsumer.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangSACheckers
|
||||
)
|
||||
target_link_libraries(clangTidy
|
||||
clangAST
|
||||
|
|
Loading…
Reference in New Issue