OpenSceneGraph/examples/osgtessellate/GNUmakefile.inst

14 lines
261 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgtessellate.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgtessellate
INC += $(X_INC)
include $(TOPDIR)/Make/makerules