OpenSceneGraph/examples/osgpointsprite/GNUmakefile.inst

12 lines
233 B
Plaintext
Raw Normal View History

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