[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / mlir / lib / Bytecode / CMakeLists.txt
blobc89415f60d12401e93fc509abeeafae81094bee5
1 add_subdirectory(Reader)
2 add_subdirectory(Writer)
4 add_mlir_library(MLIRBytecodeOpInterface
5   BytecodeOpInterface.cpp
7   ADDITIONAL_HEADER_DIRS
8   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Bytecode
10   LINK_LIBS PUBLIC
11   MLIRIR
12   MLIRSupport
13   )