Last change
on this file since 739 was
727,
checked in by bensch, 17 years ago
|
FICN: Added simple testing facilities to CMake.this is an example of how to implement Testing using CMake.
The Boolean cache-option TESTING_ENABLED can be triggered to enable all tests. Be aware to add all testing subdirectory includes into a IF(TESTING_ENABLED) clause.
|
File size:
202 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | INCLUDE_DIRECTORIES(.) |
---|
4 | |
---|
5 | ADD_SUBDIRECTORY(loader) |
---|
6 | ADD_SUBDIRECTORY(network) |
---|
7 | ADD_SUBDIRECTORY(orxonox) |
---|
8 | ADD_SUBDIRECTORY(audio) |
---|
9 | ADD_SUBDIRECTORY(tinyxml) |
---|
10 | ADD_SUBDIRECTORY(misc) |
---|
Note: See
TracBrowser
for help on using the repository browser.