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