2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2006-12-20 01:06:59 +08:00
|
|
|
performance.cpp\
|
|
|
|
UnitTestFramework.cpp\
|
|
|
|
UnitTests_osg.cpp\
|
2003-03-15 04:35:45 +08:00
|
|
|
osgunittests.cpp\
|
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
LIBS += -losgText -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
EXEC = osgunittests
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|