Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt @ 11178

Last change on this file since 11178 was 11178, checked in by plehmann, 8 years ago

scriptcontroller task system doesnt work. it seems like queue is the wrong data structure

  • Property svn:eol-style set to native
File size: 522 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Controller.cc
3  HumanController.cc
4  NewHumanController.cc
5  ArtificialController.cc
6  AIController.cc
7  WaypointController.cc
8  WaypointPatrolController.cc
9  DroneController.cc
10  FormationController.cc
11  ControllerDirector.cc
12  DivisionController.cc
13  WingmanController.cc
14  SectionController.cc
15  CommonController.cc
16  ActionpointController.cc
17  FlyingController.cc
18  FightingController.cc
19  MasterController.cc
20  NewScriptController.cc
21  Task.cc
22  DebugTask.cc
23  stringOutTask.cc
24)
Note: See TracBrowser for help on using the repository browser.