mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
add version to the libmysqld.so
This commit is contained in:
parent
360f53d975
commit
216d5450e7
2 changed files with 11 additions and 2 deletions
|
|
@ -147,6 +147,6 @@ ENDIF()
|
|||
|
||||
IF(NOT DISABLE_SHARED)
|
||||
MERGE_LIBRARIES(libmysqld SHARED mysqlserver EXPORTS ${CLIENT_API_FUNCTIONS}
|
||||
COMPONENT Embedded)
|
||||
COMPONENT Embedded VERSION ${SHARED_LIB_MAJOR_VERSION})
|
||||
SET_TARGET_PROPERTIES(libmysqld PROPERTIES PREFIX "")
|
||||
ENDIF()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue