OpenSceneGraph/examples/osgfbo/GNUmakefile.inst

18 lines
335 B
Plaintext

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