Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/src/modules/tetris/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: 211 bytes
Line 
1SET_SOURCE_FILES(TETRIS_SRC_FILES
2  Tetris.cc
3  TetrisCenterpoint.cc
4  TetrisStone.cc
5)
6
7ORXONOX_ADD_LIBRARY(tetris
8  MODULE
9  FIND_HEADER_FILES
10  LINK_LIBRARIES
11    orxonox
12  SOURCE_FILES ${TETRIS_SRC_FILES}
13)
Note: See TracBrowser for help on using the repository browser.