Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/spaceraceTwo/src/modules/gametypes/CMakeLists.txt @ 8928

Last change on this file since 8928 was 8911, checked in by eceline, 13 years ago

countdown

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