Commit 749fdf85 authored by Diego Caballero's avatar Diego Caballero Committed by Scott Cyphers

[ONNX] Install serialize_onnx in nGraph's install dir (#3566)

parent b5553d1a
......@@ -17,3 +17,5 @@
add_executable(serialize_onnx serialize_onnx.cpp)
add_dependencies(serialize_onnx ngraph)
target_link_libraries(serialize_onnx ngraph)
install(TARGETS serialize_onnx RUNTIME DESTINATION ${NGRAPH_INSTALL_BIN})
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