OpenSceneGraph/examples/osgshadow/GNUmakefile.inst

12 lines
235 B
Plaintext
Raw Normal View History

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