mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-17592 Create MariaDB named commands/symlinks
This commit is contained in:
committed by
Sergei Golubchik
parent
f02bc3cf0f
commit
24503d5711
@@ -63,6 +63,7 @@ FUNCTION (MYSQL_ADD_EXECUTABLE)
|
||||
UNSET(EXCLUDE_FROM_ALL)
|
||||
ENDIF()
|
||||
ADD_EXECUTABLE(${target} ${WIN32} ${MACOSX_BUNDLE} ${EXCLUDE_FROM_ALL} ${sources})
|
||||
|
||||
# tell CPack where to install
|
||||
IF(NOT ARG_EXCLUDE_FROM_ALL)
|
||||
IF(NOT ARG_DESTINATION)
|
||||
@@ -80,4 +81,7 @@ FUNCTION (MYSQL_ADD_EXECUTABLE)
|
||||
ENDIF()
|
||||
MYSQL_INSTALL_TARGETS(${target} DESTINATION ${ARG_DESTINATION} ${COMP})
|
||||
ENDIF()
|
||||
|
||||
# create mariadb named symlink
|
||||
CREATE_MARIADB_SYMLINK(${target} ${ARG_DESTINATION} ${COMP})
|
||||
ENDFUNCTION()
|
||||
|
Reference in New Issue
Block a user