From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples
This commit is contained in:
@@ -52,4 +52,4 @@ PERFORMER_INSTALLED ?= no
|
||||
|
||||
DEMETER_INSTALLED ?= no
|
||||
|
||||
|
||||
GLUT_INSTALLED ?= no
|
||||
|
||||
@@ -251,3 +251,8 @@ endif
|
||||
ifeq ($(DEMETER_INSTALLED),yes)
|
||||
EXAMPLE_DIRS += osgdemeter
|
||||
endif
|
||||
|
||||
ifeq ($(GLUT_INSTALLED),yes)
|
||||
EXAMPLE_DIRS += osgGLUTsimple
|
||||
EXAMPLE_DIRS += osgGLUTkeyboardmouse
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user