xref: /llvm-project/llvm/unittests/ObjCopy/CMakeLists.txt (revision f75da0c8e65cf1b09012a8b62cd7f3e9a646bbc9)
1set(LLVM_LINK_COMPONENTS
2  Object
3  ObjCopy
4  ObjectYAML
5  )
6
7add_llvm_unittest(ObjCopyTests
8  ObjCopyTest.cpp
9  )
10
11target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)
12