Build libmysqld.so also on non-windows.
This commit is contained in:
parent
c915fdf15d
commit
11400de10c
@ -145,7 +145,8 @@ IF(UNIX)
|
||||
${CMAKE_STATIC_LIBRARY_PREFIX}mysqld-debug)
|
||||
ENDIF()
|
||||
|
||||
IF(MSVC AND NOT DISABLE_SHARED)
|
||||
IF(NOT DISABLE_SHARED)
|
||||
MERGE_LIBRARIES(libmysqld SHARED ${LIBS} EXPORTS ${CLIENT_API_FUNCTIONS}
|
||||
COMPONENT Embedded)
|
||||
SET_TARGET_PROPERTIES(libmysqld PROPERTIES PREFIX "")
|
||||
ENDIF()
|
||||
|
Loading…
x
Reference in New Issue
Block a user