forked from huawei/mindspore2022
package mindapi to include dir of mindspore wheel
This commit is contained in:
parent
3c87542ba5
commit
0eccf7a4bd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue