Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 18, 2011, 12:34:22 PM (13 years ago)
Author:
dafrick
Message:

A place to start for tetris.

Location:
code/branches/tetris/src/modules/tetris
Files:
7 added
2 deleted
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • code/branches/tetris/src/modules/tetris/CMakeLists.txt

    r7163 r8246  
    1 SET_SOURCE_FILES(PONG_SRC_FILES
    2 COMPILATION_BEGIN PongCompilation.cc
    3   Pong.cc
    4   PongAI.cc
    5   PongBall.cc
    6   PongBat.cc
    7   PongBot.cc
    8   PongCenterpoint.cc
    9   PongScore.cc
    10 COMPILATION_END
     1SET_SOURCE_FILES(TETRIS_SRC_FILES
     2  Tetris.cc
     3  TetrisCenterpoint.cc
     4  TetrisStone.cc
    115)
    126
    13 ORXONOX_ADD_LIBRARY(pong
     7ORXONOX_ADD_LIBRARY(tetris
    148  MODULE
    159  FIND_HEADER_FILES
    1610  LINK_LIBRARIES
    1711    orxonox
    18     overlays
    19   SOURCE_FILES ${PONG_SRC_FILES}
     12  SOURCE_FILES ${TETRIS_SRC_FILES}
    2013)
Note: See TracChangeset for help on using the changeset viewer.