Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

HUD test 3

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