summaryrefslogtreecommitdiff
path: root/unittests/ArchiveFileDescriptor/CMakeLists.txt
blob: c7e292ad647a114a2f4f82dbe80d523cb7fa928b (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS
  Object
  Support
  )

add_llvm_unittest(ArchiveFileDescriptor
  ArchiveFileDescriptor.cpp
  )