12 lines
179 B
Text
12 lines
179 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
Object
|
||
|
ObjCopy
|
||
|
ObjectYAML
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(ObjCopyTests
|
||
|
ObjCopyTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)
|