Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 1:23:10 PM (18 years ago)
Author:
landauf
Message:

added signal handler to AI branch

File:
1 edited

Legend:

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

    r212 r464  
    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 Flocking.h)
     5SET(SRC_FILES orxonox.cc SignalHandler.cc loader/LevelLoader.cc xml/xmlParser.cc)
     6SET(INC_FILES loader/LevelLoader.h SignalHandler.h xml/xmlParser.h Flocking.h)
    77
    88#Creates an executable
Note: See TracChangeset for help on using the changeset viewer.