brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · c89415f Raw
14 lines · plain
1add_subdirectory(Reader)2add_subdirectory(Writer)3 4add_mlir_library(MLIRBytecodeOpInterface5  BytecodeOpInterface.cpp6 7  ADDITIONAL_HEADER_DIRS8  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode9 10  LINK_LIBS PUBLIC11  MLIRIR12  MLIRSupport13  )14