Renamed osgmultiplecameras to osgcompositeviewer

This commit is contained in:
Robert Osfield 2007-06-05 19:44:11 +00:00
parent 18b305062a
commit 4c2814945e
3 changed files with 4 additions and 6 deletions

View File

@ -23,6 +23,7 @@ ADD_SUBDIRECTORY(osgcamera)
ADD_SUBDIRECTORY(osgcatch)
ADD_SUBDIRECTORY(osgclip)
ADD_SUBDIRECTORY(osgcopy)
ADD_SUBDIRECTORY(osgcompositeviewer)
ADD_SUBDIRECTORY(osgcubemap)
ADD_SUBDIRECTORY(osgdelaunay)
ADD_SUBDIRECTORY(osgdepthpartition)
@ -47,7 +48,6 @@ ADD_SUBDIRECTORY(osglogo)
ADD_SUBDIRECTORY(osgmanipulator)
ADD_SUBDIRECTORY(osgmotionblur)
ADD_SUBDIRECTORY(osgmovie)
ADD_SUBDIRECTORY(osgmultiplecameras)
ADD_SUBDIRECTORY(osgmultitexture)
ADD_SUBDIRECTORY(osgoccluder)
ADD_SUBDIRECTORY(osgpagedlod)

View File

@ -1,7 +1,5 @@
#this file is automatically generated
SET(TARGET_SRC osgmultiplecameras.cpp )
SET(TARGET_SRC osgcompositeviewer.cpp )
SET(TARGET_ADDED_LIBRARIES osgFX )
#### end var setup ###
SETUP_EXAMPLE(osgmultiplecameras)
SETUP_EXAMPLE(osgcompositeviewer)