Revision 692,
677 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | INCLUDES = -I$(top_srcdir)/OgreMain/include -I$(top_srcdir)/Tests/OgreMain/include $(CPPUNIT_CFLAGS) |
---|
2 | |
---|
3 | TESTS = TestSuite |
---|
4 | check_PROGRAMS = TestSuite |
---|
5 | |
---|
6 | TestSuite_SOURCES = main.cpp \ |
---|
7 | ../OgreMain/src/EdgeBuilderTests.cpp \ |
---|
8 | ../OgreMain/src/FileSystemArchiveTests.cpp \ |
---|
9 | ../OgreMain/src/StringTests.cpp \ |
---|
10 | ../OgreMain/src/ZipArchiveTests.cpp \ |
---|
11 | ../OgreMain/src/BitwiseTests.cpp \ |
---|
12 | ../OgreMain/src/PixelFormatTests.cpp \ |
---|
13 | ../OgreMain/src/RadixSort.cpp |
---|
14 | |
---|
15 | TestSuite_LDFLAGS = -L$(top_builddir)/OgreMain/src $(CPPUNIT_LIBS) |
---|
16 | TestSuite_LDADD = -lOgreMain |
---|
Note: See
TracBrowser
for help on using the repository browser.