Browse Source

Install ge_executor_shared

pull/1961/head
zhangxiaokun 4 years ago
parent
commit
634bd23024
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/CMakeLists.txt

+ 1
- 1
ge/CMakeLists.txt View File

@@ -1225,7 +1225,7 @@ add_custom_command(
set(INSTALL_BASE_DIR "") set(INSTALL_BASE_DIR "")
set(INSTALL_LIBRARY_DIR lib) set(INSTALL_LIBRARY_DIR lib)


install(TARGETS ge_runner ge_compiler opensrc_ascendcl OPTIONAL
install(TARGETS ge_runner ge_compiler ge_executor_shared opensrc_ascendcl OPTIONAL
LIBRARY DESTINATION ${INSTALL_LIBRARY_DIR} LIBRARY DESTINATION ${INSTALL_LIBRARY_DIR}
) )




Loading…
Cancel
Save