minix/external/bsd/llvm/dist/clang/tools/arcmt-test/CMakeLists.txt

18 lines
236 B
CMake
Raw Normal View History

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