Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS16/src/orxonox/controllers/CMakeLists.txt @ 11207

Last change on this file since 11207 was 11207, checked in by fvultier, 8 years ago

merged scriptable controller

  • Property svn:eol-style set to native
File size: 507 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)
22ADD_SUBDIRECTORY(scriptTasks)
Note: See TracBrowser for help on using the repository browser.