OpenSceneGraph/examples/osgfadetext/GNUmakefile.inst

12 lines
249 B
Plaintext

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