Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 14, 2007, 3:38:28 PM (16 years ago)
Author:
mbiber
Message:

added steering class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/steering/src/CMakeLists.txt

    r164 r209  
    33# create a few variables to simplify life
    44
    5 SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc)
    6 SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h)
     5SET(SRC_FILES orxonox.cc loader/LevelLoader.cc xml/xmlParser.cc spaceship_steering.cc)
     6SET(INC_FILES loader/LevelLoader.h xml/xmlParser.h spaceship_steering.h )
    77
    88#Creates an executable
Note: See TracChangeset for help on using the changeset viewer.