7083773b64
them in the new examples/ directory.
15 lines
300 B
Plaintext
15 lines
300 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgcameragroup.cpp\
|
|
|
|
LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgcameragroup
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR)
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|