Sign in
llvm
/
llvm-project
/
02d3e6ac75e776041fb1782efc4dfccfe6b46218
/
.
/
llvm
/
unittests
/
BinaryFormat
/
CMakeLists.txt
blob: eac5977a2c1c30b03ab9abdc85400b280351d0c9 [
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
SFrameTest.cpp
TestFileMagic.cpp
)