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
RevLine 
[11915]1SET_SOURCE_FILES(Pacman_SRC_FILES
[11898]2  Pacman.cc
3  PacmanGhost.cc
4  PacmanGelb.cc
5  PacmanPointSphere.cc
[11939]6  PacmanPointAfraid.cc
[11958]7  PacmanHUDinfo.cc
[11898]8)
9
[11915]10ORXONOX_ADD_LIBRARY(pacman
11  PLUGIN
[11898]12  FIND_HEADER_FILES
13  TOLUA_FILES
14
15  PCH_FILE
16
17  LINK_LIBRARIES
18    orxonox
[11960]19    overlays
[11898]20    objects
[11915]21  SOURCE_FILES ${Pacman_SRC_FILES}
[11898]22)
Note: See TracBrowser for help on using the repository browser.