Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_FS19/src/modules/pacman/CMakeLists.txt @ 12408

Last change on this file since 12408 was 12408, checked in by wiesep, 5 years ago

Merged 3DPacman_FS19

File size: 421 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  PacmanRandom.cc
9  PacmanRed.cc
10  PacmanPink.cc
11  PacmanBrown.cc
12  PacmanCyan.cc
13  PacmanLaser.cpp
14)
15
16ORXONOX_ADD_LIBRARY(pacman
17  PLUGIN
18  FIND_HEADER_FILES
19  TOLUA_FILES
20
21  PCH_FILE
22
23  LINK_LIBRARIES
24    orxonox
25    overlays
26    objects
27  SOURCE_FILES ${Pacman_SRC_FILES}
28)
Note: See TracBrowser for help on using the repository browser.