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