xref: /netbsd-src/external/apache2/llvm/dist/clang/tools/arcmt-test/CMakeLists.txt (revision 7330f729ccf0bd976a06f95fad452fe774fc7fd1)
1*7330f729Sjoergset(LLVM_LINK_COMPONENTS
2*7330f729Sjoerg  support
3*7330f729Sjoerg  )
4*7330f729Sjoerg
5*7330f729Sjoergadd_clang_executable(arcmt-test
6*7330f729Sjoerg  arcmt-test.cpp
7*7330f729Sjoerg  )
8*7330f729Sjoerg
9*7330f729Sjoergclang_target_link_libraries(arcmt-test
10*7330f729Sjoerg  PRIVATE
11*7330f729Sjoerg  clangARCMigrate
12*7330f729Sjoerg  clangBasic
13*7330f729Sjoerg  clangFrontend
14*7330f729Sjoerg  clangLex
15*7330f729Sjoerg  clangSerialization
16*7330f729Sjoerg  )
17