Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 11392 was 11358, checked in by patricwi, 7 years ago

space race merged

  • Property svn:eol-style set to native
File size: 340 bytes
RevLine 
[8182]1SET_SOURCE_FILES(GAMETYPES_SRC_FILES
2  SpaceRace.cc
[8251]3  RaceCheckPoint.cc
[9016]4  SpaceRaceManager.cc
[11358]5
[9526]6  SpaceRaceBot.cc
7  SpaceRaceController.cc
[8182]8)
9
10ORXONOX_ADD_LIBRARY(gametypes
[10624]11  PLUGIN
[8182]12  FIND_HEADER_FILES
13  TOLUA_FILES
14  PCH_FILE
15    GametypesPrecompiledHeaders.h
16  LINK_LIBRARIES
17    orxonox
[8573]18    objects
[8182]19  SOURCE_FILES ${GAMETYPES_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.