Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/gametypes/CMakeLists.txt @ 9526

Last change on this file since 9526 was 9526, checked in by jo, 11 years ago

Merging presentationHS12 back to the trunk.

  • Property svn:eol-style set to native
File size: 380 bytes
Line 
1SET_SOURCE_FILES(GAMETYPES_SRC_FILES
2  SpaceRace.cc
3  RaceCheckPoint.cc
4  SpaceRaceManager.cc
5  OldSpaceRace.cc
6  OldRaceCheckPoint.cc
7  SpaceRaceBot.cc
8  SpaceRaceController.cc
9)
10
11ORXONOX_ADD_LIBRARY(gametypes
12  MODULE
13  FIND_HEADER_FILES
14  TOLUA_FILES
15  PCH_FILE
16    GametypesPrecompiledHeaders.h
17  LINK_LIBRARIES
18    orxonox
19    objects
20  SOURCE_FILES ${GAMETYPES_SRC_FILES}
21)
Note: See TracBrowser for help on using the repository browser.