Sign in
android
/
toolchain
/
llvm-project
/
b718bcaf8c198c82f3021447d943401e3ab5bd54
/
.
/
llvm
/
unittests
/
ObjCopy
/
CMakeLists.txt
blob: b44fd832e437fc9f1e278870fa06f6ddf5dcc7d8 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Object
ObjCopy
ObjectYAML
)
add_llvm_unittest(ObjCopyTests
ObjCopyTest.cpp
)
target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)