summaryrefslogtreecommitdiffstats
path: root/tools/arcmt-test/CMakeLists.txt
blob: c4c1463241b489eddc2cbeab978e9eab736ae708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS
  support
  )

add_clang_executable(arcmt-test
  arcmt-test.cpp
  )

target_link_libraries(arcmt-test
  PRIVATE
  clangARCMigrate
  clangBasic
  clangFrontend
  clangLex
  clangSerialization
  )