blob: 8223e4c8881c86572ddfd4554bae70077fa1932b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(tool-template
ToolTemplate.cpp
)
target_link_libraries(tool-template
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangTooling
)