[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / BinaryFormat / CMakeLists.txt
blob37f6865a487e858cdef0c5ef677b3a75621253fa
1 add_llvm_component_library(LLVMBinaryFormat
2   AMDGPUMetadataVerifier.cpp
3   Dwarf.cpp
4   ELF.cpp
5   MachO.cpp
6   Magic.cpp
7   Minidump.cpp
8   MsgPackDocument.cpp
9   MsgPackDocumentYAML.cpp
10   MsgPackReader.cpp
11   MsgPackWriter.cpp
12   Wasm.cpp
13   XCOFF.cpp
15   ADDITIONAL_HEADER_DIRS
16   ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
18   LINK_COMPONENTS
19   Support
20   )