Commit 3ff6460e authored by Diego Caballero's avatar Diego Caballero Committed by Scott Cyphers

[MLIR] Add install rule for libmlir_backend (#3571)

parent 0c1589eb
......@@ -94,3 +94,5 @@ ngraph_tablegen(ops.cpp.inc -gen-op-defs)
add_public_tablegen_target(ngraph_ops_gen)
add_dependencies(mlir_backend ngraph_ops_gen)
target_include_directories(mlir_backend PRIVATE ${CMAKE_CURRENT_BINARY_DIR})
install(TARGETS mlir_backend DESTINATION ${NGRAPH_INSTALL_LIB})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment