diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-09-25 19:32:14 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-09-25 19:32:14 +0200 |
commit | 181b13d92610d869e9dbcb30a58d8e2563a1e331 (patch) | |
tree | 47098932d4957e68ce9d541e344a40dcbc6795b8 /cmake/cpack_deb.cmake | |
parent | aaa3ec4acabed9b8620bbef3e24530b68aa261f9 (diff) | |
download | mariadb-git-181b13d92610d869e9dbcb30a58d8e2563a1e331.tar.gz |
simplify CMakeLists.txt for cassandra/connect engines
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
Diffstat (limited to 'cmake/cpack_deb.cmake')
-rw-r--r-- | cmake/cpack_deb.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cpack_deb.cmake b/cmake/cpack_deb.cmake index 5fb9db1f07f..22985e5ac56 100644 --- a/cmake/cpack_deb.cmake +++ b/cmake/cpack_deb.cmake @@ -5,5 +5,6 @@ IF(DEB) SET(CPACK_COMPONENT_SERVER_GROUP "server") SET(CPACK_COMPONENT_README_GROUP "server") +SET(CPACK_COMPONENTS_ALL Server Test SharedLibraries) ENDIF(DEB) |