Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial2/src/orxonox/controllers/CMakeLists.txt @ 7444

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

Adding Drone (Which is now called AutonomousDrone) and its controller.

  • Property svn:eol-style set to native
File size: 270 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  AutonomousDroneController.cc
3  Controller.cc
4  HumanController.cc
5  NewHumanController.cc
6  ArtificialController.cc
7  AIController.cc
8  ScriptController.cc
9  WaypointController.cc
10  WaypointPatrolController.cc
11  DroneController.cc
12)
Note: See TracBrowser for help on using the repository browser.