Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 9086 was 9082, checked in by jo, 13 years ago

Trying to create tetris bricks. Rough implementation done. Still having a nasty camera bug. (see the debug output concerning the cameraIndex)

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