Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Game playable

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