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