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-modernize/tool/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-modernize/tool/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-modernize/tool/CMakeLists.txt b/clang-tools-extra/clang-modernize/tool/CMakeLists.txt
index 9e574d422a56..a60764039d71 100644
--- a/clang-tools-extra/clang-modernize/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-modernize/tool/CMakeLists.txt
@@ -34,6 +34,13 @@ add_dependencies(clang-modernize
)
target_link_libraries(clang-modernize
+ clangAST
+ clangASTMatchers
+ clangBasic
+ clangFormat
+ clangFrontend
+ clangLex
+ clangTooling
modernizeCore
)