Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/objects/triggers/CMakeLists.txt @ 10557

Last change on this file since 10557 was 7601, checked in by dafrick, 14 years ago

Adding all classes in modules/objects to Objects module (in doxygen).
Created TriggerBase which is the base class of Trigger and MultiTrigger and now provides the shared functionality and data.
Updated some of the documentation in MultiTrigger and Script.

  • Property svn:eol-style set to native
File size: 243 bytes
Line 
1ADD_SOURCE_FILES(OBJECTS_SRC_FILES
2  CheckPoint.cc
3  DistanceMultiTrigger.cc
4  DistanceTrigger.cc
5  DistanceTriggerBeacon.cc
6  EventMultiTrigger.cc
7  EventTrigger.cc
8  MultiTrigger.cc
9  MultiTriggerContainer.cc
10  Trigger.cc
11  TriggerBase.cc
12)
Note: See TracBrowser for help on using the repository browser.