Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/archive/animated_space_boundaries/src/modules/tetris/CMakeLists.txt

Last change on this file 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.