Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/3DPacman_FS18/src/modules/pacman/CMakeLists.txt @ 11939

Last change on this file since 11939 was 11939, checked in by dreherm, 6 years ago

Afraid Test 1

File size: 289 bytes
Line 
1SET_SOURCE_FILES(Pacman_SRC_FILES
2  Pacman.cc
3  PacmanGhost.cc
4  PacmanGelb.cc
5  PacmanPointSphere.cc
6  PacmanPointAfraid.cc
7)
8
9ORXONOX_ADD_LIBRARY(pacman
10  PLUGIN
11  FIND_HEADER_FILES
12  TOLUA_FILES
13
14  PCH_FILE
15
16  LINK_LIBRARIES
17    orxonox
18    objects
19  SOURCE_FILES ${Pacman_SRC_FILES}
20)
Note: See TracBrowser for help on using the repository browser.