OpenSceneGraph/examples/osgcopy/GNUmakefile.inst

12 lines
219 B
Plaintext

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