summaryrefslogtreecommitdiffstats
path: root/llvm/lib/BinaryFormat/CMakeLists.txt
blob: d645279d0ac59e547acd7ea5f9a82be0502f997b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_llvm_library(LLVMBinaryFormat
  AMDGPUMetadataVerifier.cpp
  Dwarf.cpp
  Magic.cpp
  MsgPackReader.cpp
  MsgPackTypes.cpp
  MsgPackWriter.cpp
  Wasm.cpp

  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
  )
  
OpenPOWER on IntegriCloud