source:
code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt
@
12369
Last change on this file since 12369 was 12367, checked in by ahuwyler, 5 years ago | |
---|---|
File size: 316 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(OrxoBlox_SRC_FILES |
2 | |
3 | OrxoBlox.cc |
4 | OrxoBloxWall.cc |
5 | OrxoBloxBall.cc |
6 | OrxoBloxCenterpoint.cc |
7 | OrxoBloxStones.cc |
8 | OrxoBloxScore.cc |
9 | OrxoBloxShip.cc |
10 | |
11 | ) |
12 | |
13 | ORXONOX_ADD_LIBRARY(OrxoBlox |
14 | PLUGIN |
15 | FIND_HEADER_FILES |
16 | LINK_LIBRARIES |
17 | orxonox |
18 | overlays |
19 | SOURCE_FILES ${OrxoBlox_SRC_FILES} |
20 | ) |
21 | |
22 | |
23 |
Note: See TracBrowser
for help on using the repository browser.