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

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