xref: /llvm-project/mlir/lib/Bytecode/CMakeLists.txt (revision 660f714e26999d266232a1fbb02712bb879bd34e)
1add_subdirectory(Reader)
2add_subdirectory(Writer)
3
4add_mlir_library(MLIRBytecodeOpInterface
5  BytecodeOpInterface.cpp
6
7  ADDITIONAL_HEADER_DIRS
8  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
9
10  LINK_LIBS PUBLIC
11  MLIRIR
12  MLIRSupport
13  )
14