15 lines
252 B
CMake
15 lines
252 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Object
|
||
|
ObjectYAML
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(ObjectYAMLTests
|
||
|
DWARFYAMLTest.cpp
|
||
|
ELFYAMLTest.cpp
|
||
|
MinidumpYAMLTest.cpp
|
||
|
YAML2ObjTest.cpp
|
||
|
YAMLTest.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(ObjectYAMLTests PRIVATE LLVMTestingSupport)
|