OpenSceneGraph/src/osgWrappers
Robert Osfield 39cecd2a72 From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately.
Also, there was also a small bug in osgDB's CMakeLists.txt that was causing an error when I tested with CMake 2.4.4.

IF(${OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX} STREQUAL "quicktime")
was changed to
IF(OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX STREQUAL "quicktime")
"
2009-03-23 16:01:02 +00:00
..
OpenThreads Updated wrappers 2009-02-11 20:02:45 +00:00
osg Updated wrappers 2009-03-12 17:12:48 +00:00
osgAnimation Fixed osgWrappers for osgAnimation library 2009-03-09 23:11:23 +00:00
osgDB Updated wrappers 2009-03-12 17:12:48 +00:00
osgFX Updated wrappers 2009-02-11 20:02:45 +00:00
osgGA Updated wrappers 2009-03-12 17:12:48 +00:00
osgManipulator Updated wrappers 2009-03-12 17:12:48 +00:00
osgParticle Updated wrappers 2009-02-11 20:02:45 +00:00
osgShadow Updated wrappers 2009-02-11 20:02:45 +00:00
osgSim Updated wrappers 2009-02-11 20:02:45 +00:00
osgTerrain Updated wrappers 2009-02-11 20:02:45 +00:00
osgText Updated wrappers 2009-03-12 17:12:48 +00:00
osgUtil Added ShaderGen wrapper 2009-03-23 15:10:36 +00:00
osgViewer Updated wrappers 2009-03-12 17:12:48 +00:00
osgVolume Updated wrappers 2009-02-11 20:02:45 +00:00
osgWidget Updated wrappers 2009-02-11 20:02:45 +00:00
CMakeLists.txt From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately. 2009-03-23 16:01:02 +00:00
Doxyfile.template Updated wrappers 2009-03-12 17:12:48 +00:00
genwrapper.conf Updated wrapper conf to avoid generating wrappers for PrintVisitor 2009-03-23 15:38:03 +00:00