summaryrefslogtreecommitdiff
path: root/mlir/lib/Bytecode/Writer/CMakeLists.txt
blob: 45d7f2158097bec79b9aa680ad5dd4c2caa8dddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_mlir_library(MLIRBytecodeWriter
  BytecodeWriter.cpp
  IRNumbering.cpp

  ADDITIONAL_HEADER_DIRS
  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode

  LINK_LIBS PUBLIC
  MLIRIR
  MLIRSupport
  MLIRBytecodeOpInterface
  )