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)
commite33c029fdb7e6c0dbefb589d72f7f65920088f02
treecc316e0c703dd38e137d3001b176652903197a50
parentfb6d84918d3fd6845f3a8376fc92984839783a2a
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).
codec/CMakeLists.txt
libjp3dvm/CMakeLists.txt