Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/google/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-tidy/google/CMakeLists.txt b/clang-tools-extra/clang-tidy/google/CMakeLists.txt
index bb440763f4f5..7d053c7d869b 100644
--- a/clang-tools-extra/clang-tidy/google/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/google/CMakeLists.txt
@@ -4,8 +4,8 @@ add_clang_library(clangTidyGoogleModule
GoogleTidyModule.cpp
)
target_link_libraries(clangTidyGoogleModule
- clangTidy
- clangTooling
- clangBasic
+ clangAST
clangASTMatchers
+ clangBasic
+ clangTidy
)