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

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