mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
181b13d926
now, if the dynamic plugin puts itself in a distinct component, then * ${plugin}.cnf file is generated and installed automatically * a separate RPM is generated automatically * necessary FILELIST/PROVIDES/OBSOLETES/REQUIRES are filled in automatically
10 lines
309 B
CMake
10 lines
309 B
CMake
#
|
|
# One day it'll be a complete solution for building deb packages with CPack
|
|
# But for now it's only to make INSTALL_DOCUMENTATION function happy
|
|
#
|
|
IF(DEB)
|
|
SET(CPACK_COMPONENT_SERVER_GROUP "server")
|
|
SET(CPACK_COMPONENT_README_GROUP "server")
|
|
SET(CPACK_COMPONENTS_ALL Server Test SharedLibraries)
|
|
ENDIF(DEB)
|
|
|