Skip to content

Commit

Permalink
Renamed osgmultiplecameras to osgcompositeviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jun 5, 2007
1 parent 18b3050 commit 4c28149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
8 changes: 3 additions & 5 deletions examples/osgcompositeviewer/CMakeLists.txt
@@ -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)

0 comments on commit 4c28149

Please sign in to comment.