Changed the plugin name to lower case to be consistent with the way that osgDB::Registry

searches for only lower case plugin names.
This commit is contained in:
Robert Osfield
2007-08-14 17:13:54 +00:00
parent 17521f338a
commit 9291d9699f
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ SET(TARGET_SRC
SET(TARGET_ADDED_LIBRARIES osgShadow )
#### end var setup ###
SETUP_PLUGIN(osgShadow)
SETUP_PLUGIN(osgshadow)

View File

@@ -8,6 +8,6 @@ SET(TARGET_SRC
SET(TARGET_ADDED_LIBRARIES osgTerrain )
#### end var setup ###
SETUP_PLUGIN(osgTerrain)
SETUP_PLUGIN(osgterrain)