package mindapi to include dir of mindspore wheel

This commit is contained in:
xuyongfei 2021-12-22 10:28:19 +08:00
parent 3c87542ba5
commit 0eccf7a4bd
1 changed files with 8 additions and 0 deletions

View File

@ -371,6 +371,14 @@ install(
COMPONENT mindspore
)
install(
FILES
${CMAKE_SOURCE_DIR}/mindspore/core/mindapi/base/format.h
${CMAKE_SOURCE_DIR}/mindspore/core/mindapi/base/type_id.h
${CMAKE_SOURCE_DIR}/mindspore/core/mindapi/base/types.h
DESTINATION ${INSTALL_BASE_DIR}/include/mindapi/base
COMPONENT mindspore)
## config files
install(
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config