Skip to content

Commit 2b012cc

Browse files
committed
add newMysql.sh to install
1 parent d3b6844 commit 2b012cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ install(
386386
RENAME infoBrowser
387387
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
388388

389+
install(
390+
FILES newMysql.sh
391+
DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
392+
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
393+
389394

390395
endif()
391396

0 commit comments

Comments
 (0)