etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / tools / arcmt-test / CMakeLists.txt
blob0cb2c0f98eb51db04724e475595385b0bbfd0f2f
1 set(LLVM_LINK_COMPONENTS
2   support
3   )
5 add_clang_executable(arcmt-test
6   arcmt-test.cpp
7   )
9 target_link_libraries(arcmt-test
10   clangARCMigrate
11   clangBasic
12   clangFrontend
13   clangLex
14   )