source:
code/branches/Presentation_FS19/src/modules/pacman/CMakeLists.txt
@
12412
Last change on this file since 12412 was 12408, checked in by wiesep, 6 years ago | |
---|---|
File size: 421 bytes |
Line | |
---|---|
1 | SET_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 | |
16 | ORXONOX_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.