hanchenye-llvm-project/clang-tools-extra/tool-template/CMakeLists.txt

7 lines
158 B
CMake

add_clang_executable(tool-template
ToolTemplate.cpp
)
target_link_libraries(tool-template
clangEdit clangTooling clangBasic clangAST clangASTMatchers)