9 lines
126 B
CMake

set(LLVM_LINK_COMPONENTS
Object
Support
)
add_llvm_unittest(ArchiveFileDescriptorTests
ArchiveFileDescriptor.cpp
)