Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Rolled back to r12201

File size: 321 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)
9
10ORXONOX_ADD_LIBRARY(pacman
11  PLUGIN
12  FIND_HEADER_FILES
13  TOLUA_FILES
14
15  PCH_FILE
16
17  LINK_LIBRARIES
18    orxonox
19    overlays
20    objects
21  SOURCE_FILES ${Pacman_SRC_FILES}
22)
Note: See TracBrowser for help on using the repository browser.