[Orxonox-commit 2138] r6854 - in code/branches/ai/src/orxonox: controllers worldentities

solex at orxonox.net solex at orxonox.net
Tue May 4 11:12:54 CEST 2010


Author: solex
Date: 2010-05-04 11:12:54 +0200 (Tue, 04 May 2010)
New Revision: 6854

Modified:
   code/branches/ai/src/orxonox/controllers/CMakeLists.txt
   code/branches/ai/src/orxonox/worldentities/CMakeLists.txt
Log:
added Drone back into CMakesLists

Modified: code/branches/ai/src/orxonox/controllers/CMakeLists.txt
===================================================================
--- code/branches/ai/src/orxonox/controllers/CMakeLists.txt	2010-05-03 21:52:07 UTC (rev 6853)
+++ code/branches/ai/src/orxonox/controllers/CMakeLists.txt	2010-05-04 09:12:54 UTC (rev 6854)
@@ -7,5 +7,5 @@
   ScriptController.cc
   WaypointController.cc
   WaypointPatrolController.cc
-  
+  DroneController.cc  
 )

Modified: code/branches/ai/src/orxonox/worldentities/CMakeLists.txt
===================================================================
--- code/branches/ai/src/orxonox/worldentities/CMakeLists.txt	2010-05-03 21:52:07 UTC (rev 6853)
+++ code/branches/ai/src/orxonox/worldentities/CMakeLists.txt	2010-05-04 09:12:54 UTC (rev 6854)
@@ -4,6 +4,7 @@
   MovableEntity.cc
   MobileEntity.cc
   ControllableEntity.cc
+  Drone.cc
   BigExplosion.cc
   EffectContainer.cc
   ExplosionChunk.cc




More information about the Orxonox-commit mailing list