xref: /minix3/external/bsd/llvm/dist/clang/tools/arcmt-test/CMakeLists.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1f4a2713aSLionel Sambucset(LLVM_LINK_COMPONENTS
2f4a2713aSLionel Sambuc  support
3f4a2713aSLionel Sambuc  )
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambucadd_clang_executable(arcmt-test
6f4a2713aSLionel Sambuc  arcmt-test.cpp
7f4a2713aSLionel Sambuc  )
8f4a2713aSLionel Sambuc
9f4a2713aSLionel Sambuctarget_link_libraries(arcmt-test
10f4a2713aSLionel Sambuc  clangARCMigrate
11*0a6a1f1dSLionel Sambuc  clangBasic
12*0a6a1f1dSLionel Sambuc  clangFrontend
13*0a6a1f1dSLionel Sambuc  clangLex
14f4a2713aSLionel Sambuc  )
15