source:
code/branches/OrxyRoad_FS18/src/modules/orxyroad/CMakeLists.txt
@
11884
Last change on this file since 11884 was 11881, checked in by jacobsr, 7 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | SET_SOURCE_FILES(OrxyRoad_SRC_FILES |
2 | OrxyRoad.cc |
3 | OrxyRoadCenterPoint.cc |
4 | OrxyRoadShip.cc |
5 | OrxyRoadCube.cc |
6 | OrxyRoadHUDinfo.cc |
7 | ) |
8 | |
9 | ORXONOX_ADD_LIBRARY(orxyRoad |
10 | PLUGIN |
11 | FIND_HEADER_FILES |
12 | LINK_LIBRARIES |
13 | orxonox |
14 | overlays |
15 | SOURCE_FILES ${OrxyRoad_SRC_FILES} |
16 | ) |
Note: See TracBrowser
for help on using the repository browser.