OpenSceneGraph/examples/osgshadowtexture/GNUmakefile.inst
Robert Osfield 877a32c3eb Ported following examples to osgViewer:
osgshaders
osgshaderterrain
osgshadow
osgshadowtexture
2007-01-10 21:05:26 +00:00

13 lines
263 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
CreateShadowedScene.cpp\
osgshadowtexture.cpp\
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgshadowtexture
include $(TOPDIR)/Make/makerules