xref: /aosp_15_r20/external/clang/tools/arcmt-test/CMakeLists.txt (revision 67e74705e28f6214e480b399dd47ea732279e315)
1set(LLVM_LINK_COMPONENTS
2  support
3  )
4
5add_clang_executable(arcmt-test
6  arcmt-test.cpp
7  )
8
9target_link_libraries(arcmt-test
10  clangARCMigrate
11  clangBasic
12  clangFrontend
13  clangLex
14  )
15