OpenSceneGraph/examples/osgdistortion/GNUmakefile.inst

12 lines
231 B
Plaintext

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