Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

added several pacmans

File size: 375 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
[12293]10  getShortestPath.cc
[11898]11)
12
[11915]13ORXONOX_ADD_LIBRARY(pacman
14  PLUGIN
[11898]15  FIND_HEADER_FILES
16  TOLUA_FILES
17
18  PCH_FILE
19
20  LINK_LIBRARIES
21    orxonox
[11960]22    overlays
[11898]23    objects
[11915]24  SOURCE_FILES ${Pacman_SRC_FILES}
[11898]25)
Note: See TracBrowser for help on using the repository browser.