summaryrefslogtreecommitdiff
path: root/plugin/daemon_example
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-03-16 20:52:17 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-03-16 20:52:17 +0100
commit49d6568aaebd96261afe386f49f142def45a453e (patch)
tree9a3651a9c640eff4821a48f526209e9755f19105 /plugin/daemon_example
parentc5e1fb6720fd12ec89ead4a7344e7cf2a96578e8 (diff)
downloadmariadb-git-49d6568aaebd96261afe386f49f142def45a453e.tar.gz
Reduce size of windows MSI by approx. 50%
- Mark test components, plugins etc with COMPONENT Test, to get them excluded from the MSI - Only include debug symbols for client and embedded libs and also mysqld.exe and server plugins (so we can still can get a callstack in case of crash) The rest (all *.pdbs, test components, MTR) can be obtained from the big ZIP distribution, if required.
Diffstat (limited to 'plugin/daemon_example')
-rw-r--r--plugin/daemon_example/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/daemon_example/CMakeLists.txt b/plugin/daemon_example/CMakeLists.txt
index 1623c3025d7..06c39af4bdd 100644
--- a/plugin/daemon_example/CMakeLists.txt
+++ b/plugin/daemon_example/CMakeLists.txt
@@ -14,6 +14,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc
- MODULE_ONLY MODULE_OUTPUT_NAME "libdaemon_example")
+ MODULE_ONLY MODULE_OUTPUT_NAME "libdaemon_example" COMPONENT Test)
-INSTALL(FILES daemon_example.ini DESTINATION ${INSTALL_PLUGINDIR})
+INSTALL(FILES daemon_example.ini DESTINATION ${INSTALL_PLUGINDIR} COMPONENT Test)