|
|
|
@@ -317,6 +317,18 @@ install( |
|
|
|
COMPONENT mindspore |
|
|
|
) |
|
|
|
|
|
|
|
## Public header files for minddata |
|
|
|
install( |
|
|
|
FILES ${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/constants.h |
|
|
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/status.h |
|
|
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/transforms.h |
|
|
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/vision.h |
|
|
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/vision_lite.h |
|
|
|
${CMAKE_SOURCE_DIR}/mindspore/ccsrc/minddata/dataset/include/minddata_eager.h |
|
|
|
DESTINATION ${INSTALL_BASE_DIR}/include/minddata/dataset/include |
|
|
|
COMPONENT mindspore |
|
|
|
) |
|
|
|
|
|
|
|
## config files |
|
|
|
install( |
|
|
|
FILES ${CMAKE_SOURCE_DIR}/config/op_info.config |
|
|
|
|