forked from OSchip/llvm-project
18 lines
310 B
CMake
18 lines
310 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BinaryFormat
|
|
Object
|
|
)
|
|
|
|
add_llvm_unittest(ObjectTests
|
|
ArchiveTest.cpp
|
|
ELFObjectFileTest.cpp
|
|
ELFTypesTest.cpp
|
|
ELFTest.cpp
|
|
MinidumpTest.cpp
|
|
ObjectFileTest.cpp
|
|
SymbolSizeTest.cpp
|
|
SymbolicFileTest.cpp
|
|
)
|
|
|
|
target_link_libraries(ObjectTests PRIVATE LLVMTestingSupport)
|