forked from OSchip/llvm-project
7 lines
158 B
CMake
7 lines
158 B
CMake
|
add_clang_executable(tool-template
|
||
|
ToolTemplate.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(tool-template
|
||
|
clangEdit clangTooling clangBasic clangAST clangASTMatchers)
|