Add component specific package descriptions
The package descriptions, summaries and licenses now use a generic mechanism. This makes it easier to add new components that only include small parts or use a different license. Also updated the descriptions, the license versions and package summaries for the main packages.
This commit is contained in:
@ -10,3 +10,8 @@ set_target_properties(cdc_connector_static PROPERTIES OUTPUT_NAME cdc_connector)
|
||||
install_dev_library(cdc_connector cdc-connector)
|
||||
install_dev_library(cdc_connector_static cdc-connector)
|
||||
install_header(cdc_connector.h cdc-connector)
|
||||
install_file(LICENSE cdc-connector)
|
||||
|
||||
set(cdc-connector_PACKAGE_SUMMARY "MaxScale CDC Connector" CACHE INTERNAL "")
|
||||
set(cdc-connector_PACKAGE_DESCRIPTION "The C++ connector for the MariaDB MaxScale CDC system." CACHE INTERNAL "")
|
||||
set(cdc-connector_LICENSE "LGPLv2.1" CACHE INTERNAL "")
|
||||
|
Reference in New Issue
Block a user