Sign in
llvm
/
llvm-project
/
776495987272294de6aafbe73dab3e9ab445227a
/
.
/
mlir
/
lib
/
Bytecode
/
CMakeLists.txt
blob: c89415f60d12401e93fc509abeeafae81094bee5 [
file
]
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
)