[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / unittests / ObjCopy / CMakeLists.txt
blobb44fd832e437fc9f1e278870fa06f6ddf5dcc7d8
1 set(LLVM_LINK_COMPONENTS
2   Object
3   ObjCopy
4   ObjectYAML
5   )
7 add_llvm_unittest(ObjCopyTests
8   ObjCopyTest.cpp
9   )
11 target_link_libraries(ObjCopyTests PRIVATE LLVMTestingSupport)