Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/modules/gametypes/CMakeLists.txt @ 8645

Last change on this file since 8645 was 8645, checked in by landauf, 13 years ago

set svn:eol-style to native, removed svn:executable property. no code changes.

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