eb4ad4229f
Clean up the source for remaining references to osgProducer/Producer.
15 lines
279 B
Plaintext
15 lines
279 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
performance.cpp\
|
|
UnitTestFramework.cpp\
|
|
UnitTests_osg.cpp\
|
|
osgunittests.cpp\
|
|
|
|
LIBS += -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgunittests
|
|
|
|
include $(TOPDIR)/Make/makerules
|