cmake: Add option to link all plugins statically.
commit68615213928f6294b239fc16489c0170dc20a599
authorTom Prince <tom.prince@ualberta.net>
Mon, 28 Jun 2010 21:13:23 +0000 (28 15:13 -0600)
committerTom Prince <tom.prince@ualberta.net>
Mon, 28 Jun 2010 21:21:52 +0000 (28 15:21 -0600)
tree3081dd84d2e24a406e1bdf7c06dfa71ab95469f7
parent76933b789e01a67dda316d2fe8f5fb8627929dc1
cmake: Add option to link all plugins statically.

Pass -DSTATIC_LINK=Yes to cmake, to link all plugins (and gemrb_core) into
gemrb. This shouldn't affect a normal build.

Signed-off-by: Tom Prince <tom.prince@ualberta.net>
CMakeLists.txt
gemrb/CMakeLists.txt
gemrb/core/CMakeLists.txt
gemrb/plugins/BIKPlayer/BIKPlayer.cpp
gemrb/plugins/CMakeLists.txt