blob: 45e9c672966d92e70f9f44d6374630386a93e277 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Object
ObjectYAML
)
add_llvm_unittest(ObjectYAMLTests
MinidumpYAMLTest.cpp
YAML2ObjTest.cpp
YAMLTest.cpp
)
target_link_libraries(ObjectYAMLTests PRIVATE LLVMTestingSupport)