Unverified Commit b6cf0bbb authored by Ilya Lavrenov's avatar Ilya Lavrenov Committed by GitHub

CMAKE: component (#4435)

Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
parent 3c524557
......@@ -751,10 +751,9 @@ endif()
# nGraph
install(TARGETS ngraph EXPORT ngraphTargets
RUNTIME DESTINATION ${NGRAPH_INSTALL_LIB}
ARCHIVE DESTINATION ${NGRAPH_INSTALL_LIB}
LIBRARY DESTINATION ${NGRAPH_INSTALL_LIB}
COMPONENT ngraph)
RUNTIME DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
ARCHIVE DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph
LIBRARY DESTINATION ${NGRAPH_INSTALL_LIB} COMPONENT ngraph)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION ${NGRAPH_INSTALL_INCLUDE}/ngraph
COMPONENT ngraph
......
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