Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Work on player

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