Sign in
llvm
/
llvm-project
/
d214f07f0935a8c4fb254cbb4f4062860fc26bb7
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: 40d3bc4dca0b66b070e1e0d3e48c0fa9c89b327e [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BinaryFormat
TargetParser
)
add_llvm_unittest(BinaryFormatTests
DwarfTest.cpp
ELFTest.cpp
MachOTest.cpp
MsgPackDocumentTest.cpp
MsgPackReaderTest.cpp
MsgPackWriterTest.cpp
TestFileMagic.cpp
)