Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/bugger/src/orxonox/objects/worldentities/triggers/CMakeLists.txt @ 2530

Last change on this file since 2530 was 2530, checked in by rgrieder, 15 years ago

merged revisions 2260 - 2508 from trunk to buggy.
I'm sorry that I have to commit every merge. But otherwise I get tons of conflicts I have to solve ten times over.
Note: did not merge deletion of src/util/testing, tortoise wasn't very friendly with that.

  • Property svn:eol-style set to native
File size: 117 bytes
Line 
1SET( SRC_FILES
2  Trigger.cc
3  DistanceTrigger.cc
4  EventTrigger.cc
5  PlayerTrigger.cc
6)
7
8ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.