Added SETUP_COMMANDLINE_APPLICATION and SETUP_COMMANDLINE_EXAMPLE macros

This commit is contained in:
Robert Osfield
2007-04-12 09:59:34 +00:00
parent 2187b061fc
commit ef84805d5a
3 changed files with 14 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
SET(TARGET_SRC UnitTestFramework.cpp UnitTests_osg.cpp osgunittests.cpp performance.cpp )
SET(TARGET_H UnitTestFramework.h performance.h )
#### end var setup ###
# The 1 denotes commandline app (for TRUE)
SETUP_EXAMPLE(osgunittests 1)
SETUP_COMMANDLINE_EXAMPLE(osgunittests)