Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/CMakeLists.txt @ 727

Last change on this file since 727 was 727, checked in by bensch, 16 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 
1PROJECT(Orxonox)
2
3INCLUDE_DIRECTORIES(.)
4
5ADD_SUBDIRECTORY(loader)
6ADD_SUBDIRECTORY(network)
7ADD_SUBDIRECTORY(orxonox)
8ADD_SUBDIRECTORY(audio)
9ADD_SUBDIRECTORY(tinyxml)
10ADD_SUBDIRECTORY(misc)
Note: See TracBrowser for help on using the repository browser.