Moved osgmultiviewpaging to osgcustompager to avoid name confusion with new multiview extension example

This commit is contained in:
Robert Osfield 2020-11-11 14:32:28 +00:00
parent 3ecd94babc
commit 6831e072e4
5 changed files with 6 additions and 6 deletions

View File

@ -39,6 +39,7 @@ IF(DYNAMIC_OPENSCENEGRAPH)
ADD_SUBDIRECTORY(osgcubemap) ADD_SUBDIRECTORY(osgcubemap)
ADD_SUBDIRECTORY(osgdeferred) ADD_SUBDIRECTORY(osgdeferred)
ADD_SUBDIRECTORY(osgcluster) ADD_SUBDIRECTORY(osgcluster)
ADD_SUBDIRECTORY(osgcustompager)
ADD_SUBDIRECTORY(osgdatabaserevisions) ADD_SUBDIRECTORY(osgdatabaserevisions)
ADD_SUBDIRECTORY(osgdepthpartition) ADD_SUBDIRECTORY(osgdepthpartition)
ADD_SUBDIRECTORY(osgdepthpeeling) ADD_SUBDIRECTORY(osgdepthpeeling)
@ -76,7 +77,6 @@ IF(DYNAMIC_OPENSCENEGRAPH)
ADD_SUBDIRECTORY(osgmultitexture) ADD_SUBDIRECTORY(osgmultitexture)
ADD_SUBDIRECTORY(osgmultitexturecontrol) ADD_SUBDIRECTORY(osgmultitexturecontrol)
ADD_SUBDIRECTORY(osgmultitouch) ADD_SUBDIRECTORY(osgmultitouch)
ADD_SUBDIRECTORY(osgmultiviewpaging)
ADD_SUBDIRECTORY(osgobjectcache) ADD_SUBDIRECTORY(osgobjectcache)
ADD_SUBDIRECTORY(osgoccluder) ADD_SUBDIRECTORY(osgoccluder)
ADD_SUBDIRECTORY(osgocclusionquery) ADD_SUBDIRECTORY(osgocclusionquery)

View File

@ -0,0 +1,4 @@
SET(TARGET_SRC osgcustompager.cpp )
#### end var setup ###
SETUP_EXAMPLE(osgcustompager)

View File

@ -1,4 +0,0 @@
SET(TARGET_SRC osgmultiviewpaging.cpp )
#### end var setup ###
SETUP_EXAMPLE(osgmultiviewpaging)