Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/pacman/CMakeLists.txt @ 12289

Last change on this file since 12289 was 12289, checked in by peterf, 5 years ago
File size: 343 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  getShortestPath.cc
9
10)
11
12ORXONOX_ADD_LIBRARY(pacman
13  PLUGIN
14  FIND_HEADER_FILES
15  TOLUA_FILES
16
17  PCH_FILE
18
19  LINK_LIBRARIES
20    orxonox
21    overlays
22    objects
23  SOURCE_FILES ${Pacman_SRC_FILES}
24)
Note: See TracBrowser for help on using the repository browser.