[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / unittests / BinaryFormat / CMakeLists.txt
blobc058402638bcd41f26d55085c0a8a9d51116f921
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   )
5 add_llvm_unittest(BinaryFormatTests
6   DwarfTest.cpp
7   MachOTest.cpp
8   MsgPackDocumentTest.cpp
9   MsgPackReaderTest.cpp
10   MsgPackWriterTest.cpp
11   TestFileMagic.cpp
12   )