Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS18/src/modules/Pacman/CMakeLists.txt @ 11843

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

First try for moving ghosts

File size: 226 bytes
Line 
1SET_SOURCE_FILES(PICKUP_SRC_FILES
2  PacmanGhost.cc
3)
4
5ORXONOX_ADD_LIBRARY(Pacman
6  MODULE
7  FIND_HEADER_FILES
8  TOLUA_FILES
9
10  PCH_FILE
11
12  LINK_LIBRARIES
13    orxonox
14    objects
15    pickup
16  SOURCE_FILES ${PICKUP_SRC_FILES}
17)
Note: See TracBrowser for help on using the repository browser.