12 lines
215 B
CMake
12 lines
215 B
CMake
add_mlir_library(MLIRBytecodeWriter
|
|
BytecodeWriter.cpp
|
|
IRNumbering.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
MLIRSupport
|
|
MLIRBytecodeOpInterface
|
|
)
|