OpenSceneGraph/examples/osgtexturerectangle/GNUmakefile.inst

12 lines
243 B
Plaintext
Raw Normal View History

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