brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · b44fd83 Raw
12 lines · plain
1set(LLVM_LINK_COMPONENTS2  Object3  ObjCopy4  ObjectYAML5  )6 7add_llvm_unittest(ObjCopyTests8  ObjCopyTest.cpp9  )10 11target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)12