Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS18/src/modules/pacman/CMakeLists.txt @ 12003

Last change on this file since 12003 was 11960, checked in by dreherm, 6 years ago

HUD test 3

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