Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Tes Game 1

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