Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

space race merged

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