llvm-project/clang/tools/arcmt-test/CMakeLists.txt

17 lines
220 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_executable(arcmt-test
arcmt-test.cpp
)
target_link_libraries(arcmt-test
clangARCMigrate
clangEdit
clangRewrite
)