Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/pCuts/src/modules/tetris/CMakeLists.txt @ 9352

Last change on this file since 9352 was 9092, checked in by jo, 13 years ago

Tetris on the way to get completed. I fixed some bugs concerning rotation, false brick placement on brick-brick collisions, clearing multiple rows and added a preview brick feature and a basic hud.

  • Property svn:eol-style set to native
File size: 258 bytes
RevLine 
[8249]1SET_SOURCE_FILES(TETRIS_SRC_FILES
2  Tetris.cc
3  TetrisCenterpoint.cc
4  TetrisStone.cc
[9082]5  TetrisBrick.cc
[9090]6  TetrisScore.cc
[8249]7)
8
9ORXONOX_ADD_LIBRARY(tetris
10  MODULE
11  FIND_HEADER_FILES
12  LINK_LIBRARIES
13    orxonox
[9092]14    overlays
[8249]15  SOURCE_FILES ${TETRIS_SRC_FILES}
16)
Note: See TracBrowser for help on using the repository browser.