1set(LLVM_LINK_COMPONENTS 2 Support 3 ) 4 5add_clang_unittest(ToolingTests 6 CommentHandlerTest.cpp 7 CompilationDatabaseTest.cpp 8 ToolingTest.cpp 9 RecursiveASTVisitorTest.cpp 10 RefactoringTest.cpp 11 RewriterTest.cpp 12 RefactoringCallbacksTest.cpp 13 ReplacementsYamlTest.cpp 14 ) 15 16target_link_libraries(ToolingTests 17 clangAST 18 clangASTMatchers 19 clangBasic 20 clangFrontend 21 clangLex 22 clangRewriteCore 23 clangTooling 24 ) 25