aboutsummaryrefslogtreecommitdiff
path: root/remove-cstr-calls/CMakeLists.txt
blob: 4ba2ee98df4234c6ff40b054c90a086a3a4df939 (plain)
1
2
3
4
5
6
add_clang_executable(remove-cstr-calls
  RemoveCStrCalls.cpp
  )

target_link_libraries(remove-cstr-calls
  clangEdit clangTooling clangBasic clangAST clangASTMatchers)