2013-07-29 16:19:24 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyGoogleModule
|
|
|
|
GoogleTidyModule.cpp
|
|
|
|
)
|
|
|
|
target_link_libraries(clangTidyGoogleModule
|
2013-08-05 00:06:43 +08:00
|
|
|
clangTidy
|
2013-07-29 16:19:24 +08:00
|
|
|
clangTooling
|
|
|
|
clangBasic
|
|
|
|
clangASTMatchers
|
|
|
|
)
|