OpenSceneGraph/examples/osgbillboard/GNUmakefile.inst

12 lines
228 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgbillboard.cpp
2007-01-05 23:54:13 +08:00
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgbillboard
include $(TOPDIR)/Make/makerules