OpenSceneGraph/examples/osgshaderterrain/GNUmakefile.inst

12 lines
237 B
Plaintext
Raw Normal View History

2005-08-15 21:54:25 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgshaderterrain.cpp\
2005-08-15 21:54:25 +08:00
LIBS += -losgViewer -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2005-08-15 21:54:25 +08:00
EXEC = osgshaderterrain
2005-08-15 21:54:25 +08:00
include $(TOPDIR)/Make/makerules