From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples

This commit is contained in:
Robert Osfield
2005-04-08 19:40:16 +00:00
parent e3091ac4bd
commit a54a3b2bfb
10 changed files with 510 additions and 1 deletions

View File

@@ -52,4 +52,4 @@ PERFORMER_INSTALLED ?= no
DEMETER_INSTALLED ?= no
GLUT_INSTALLED ?= no

View File

@@ -251,3 +251,8 @@ endif
ifeq ($(DEMETER_INSTALLED),yes)
EXAMPLE_DIRS += osgdemeter
endif
ifeq ($(GLUT_INSTALLED),yes)
EXAMPLE_DIRS += osgGLUTsimple
EXAMPLE_DIRS += osgGLUTkeyboardmouse
endif