]> git.mxchange.org Git - simgear.git/commit
Standardise SimGear libraries, for static vs shared.
authorJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 15:04:08 +0000 (16:04 +0100)
committerJames Turner <zakalawe@mac.com>
Sun, 16 Sep 2012 15:04:08 +0000 (16:04 +0100)
commit47d88bcfa759d18114ad41acb708763680fb1520
tree7563063013424f1c26a6f91c70fc70e5b8239bc9
parente4dacaf0d270fb70beb2821888945b5e837afb50
Standardise SimGear libraries, for static vs shared.

Always create only two SimGear libraries: SimGearCore and SimGearStatic, regardless of whether we're building static or shared. This requires an updated to FindSimGear.cmake module, for the static configuration.
12 files changed:
CMakeModules/SimGearComponent.cmake
simgear/CMakeLists.txt
simgear/bvh/CMakeLists.txt
simgear/environment/CMakeLists.txt
simgear/io/CMakeLists.txt
simgear/magvar/CMakeLists.txt
simgear/math/CMakeLists.txt
simgear/misc/CMakeLists.txt
simgear/props/CMakeLists.txt
simgear/scene/tgdb/CMakeLists.txt
simgear/scene/tsync/CMakeLists.txt
simgear/sound/CMakeLists.txt