mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 23:35:32 +02:00
Install the storage engine plugins
This commit is contained in:
parent
1c0f9f9d7e
commit
6a6d87186a
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ IF(NOT SOURCE_SUBLIBS)
|
|||
IF(${engine}_LIBS)
|
||||
TARGET_LINK_LIBRARIES(${dyn_libname} ${${engine}_LIBS})
|
||||
ENDIF(${engine}_LIBS)
|
||||
# Install the plugin
|
||||
INSTALL(TARGETS ${dyn_libname} DESTINATION lib/plugin COMPONENT runtime)
|
||||
MESSAGE("build ${engine} as DLL")
|
||||
ENDIF(${ENGINE_BUILD_TYPE} STREQUAL "STATIC")
|
||||
ENDIF(NOT SOURCE_SUBLIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue