OpenSceneGraph/examples/osgcubemap/GNUmakefile.inst

13 lines
226 B
Plaintext

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