OpenSceneGraph/examples/osganimate/GNUmakefile.inst

12 lines
225 B
Plaintext
Raw Normal View History

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