Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/orxonox/objects/CMakeLists.txt @ 2731

Last change on this file since 2731 was 2671, checked in by rgrieder, 16 years ago

Fixed build:

  • Two inline functions without inline body in Synchronisable.h
  • objects/items somehow didn't make it through the merge
  • Property svn:eol-style set to native
File size: 473 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  EventListener.cc
3  EventDispatcher.cc
4  EventTarget.cc
5  GlobalShader.cc
6  Level.cc
7  Radar.cc
8  RadarListener.cc
9  RadarViewable.cc
10  Tickable.cc
11  Test.cc
12  Scene.cc
13  Script.cc
14)
15
16ADD_SUBDIRECTORY(collisionshapes)
17ADD_SUBDIRECTORY(controllers)
18ADD_SUBDIRECTORY(gametypes)
19ADD_SUBDIRECTORY(infos)
20ADD_SUBDIRECTORY(items)
21ADD_SUBDIRECTORY(pickup)
22ADD_SUBDIRECTORY(quest)
23ADD_SUBDIRECTORY(weaponSystem)
24ADD_SUBDIRECTORY(worldentities)
25
Note: See TracBrowser for help on using the repository browser.