changed cmake behaviour: executables are now always statically linked. When -DBUIL_SH...
authorAntonin Descampe <antonin@gmail.com>
Sun, 28 Nov 2010 17:07:04 +0000 (17:07 +0000)
committerAntonin Descampe <antonin@gmail.com>
Sun, 28 Nov 2010 17:07:04 +0000 (17:07 +0000)
commiteb5694ca2a629f707736cbf203b21472ba6a0716
treed579066b589f5a0ca1de9451aa2c932240cfb226
parent389166e86e14a3a09ccf3d28ca0ee64968c5de45
changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
CHANGES
CMakeLists.txt
INSTALL
codec/CMakeLists.txt
jp3d/codec/CMakeLists.txt
jp3d/libjp3dvm/CMakeLists.txt
jpwl/CMakeLists.txt
libopenjpeg/CMakeLists.txt
mj2/CMakeLists.txt