blob: 36e93181be10f95c4fff0764402e776a904f9c04 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(remove-cstr-calls
RemoveCStrCalls.cpp
)
target_link_libraries(remove-cstr-calls
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangLex
clangTooling
)