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