repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
unittests
/
ObjCopy
/
CMakeLists.txt
blob
b44fd832e437fc9f1e278870fa06f6ddf5dcc7d8
1
set(LLVM_LINK_COMPONENTS
2
Object
3
ObjCopy
4
ObjectYAML
5
)
6
7
add_llvm_unittest(ObjCopyTests
8
ObjCopyTest.cpp
9
)
10
11
target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)