Sign in
llvm
/
llvm-project
/
mlir
/
622b3e88a61953ec576eeafc85b1cea65adabaf7
/
.
/
lib
/
Bytecode
/
CMakeLists.txt
blob: c89415f60d12401e93fc509abeeafae81094bee5 [
file
] [
log
] [
blame
]
add_subdirectory(Reader)
add_subdirectory(Writer)
add_mlir_library(MLIRBytecodeOpInterface
BytecodeOpInterface.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
LINK_LIBS PUBLIC
MLIRIR
MLIRSupport
)