Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 12319 was 12319, checked in by peterf, 5 years ago

PacmanPink implementation, but lots of SIGSEGV

File size: 370 bytes
Line 
1SET_SOURCE_FILES(Pacman_SRC_FILES
2  Pacman.cc
3  PacmanGhost.cc
4  PacmanGelb.cc
5  PacmanPointSphere.cc
6  PacmanPointAfraid.cc
7  PacmanHUDinfo.cc
8  PacmanRandom.cc
9  PacmanRed.cc
10  PacmanPink.cc
11)
12
13ORXONOX_ADD_LIBRARY(pacman
14  PLUGIN
15  FIND_HEADER_FILES
16  TOLUA_FILES
17
18  PCH_FILE
19
20  LINK_LIBRARIES
21    orxonox
22    overlays
23    objects
24  SOURCE_FILES ${Pacman_SRC_FILES}
25)
Note: See TracBrowser for help on using the repository browser.