Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS19/src/modules/pacman/CMakeLists.txt @ 12380

Last change on this file since 12380 was 12380, checked in by rueegseb, 5 years ago

laser appears after five pointsphere are eaten

File size: 421 bytes
RevLine 
[11915]1SET_SOURCE_FILES(Pacman_SRC_FILES
[11898]2  Pacman.cc
3  PacmanGhost.cc
4  PacmanGelb.cc
5  PacmanPointSphere.cc
[11939]6  PacmanPointAfraid.cc
[11958]7  PacmanHUDinfo.cc
[12304]8  PacmanRandom.cc
9  PacmanRed.cc
[12319]10  PacmanPink.cc
[12320]11  PacmanBrown.cc
12  PacmanCyan.cc
[12380]13  PacmanLaser.cpp
[11898]14)
15
[11915]16ORXONOX_ADD_LIBRARY(pacman
17  PLUGIN
[11898]18  FIND_HEADER_FILES
19  TOLUA_FILES
20
21  PCH_FILE
22
23  LINK_LIBRARIES
24    orxonox
[11960]25    overlays
[11898]26    objects
[11915]27  SOURCE_FILES ${Pacman_SRC_FILES}
[11898]28)
Note: See TracBrowser for help on using the repository browser.