source:
code/branches/QuestGuide_HS16/src/modules/waypoints/CMakeLists.txt
@
11321
Last change on this file since 11321 was 11287, checked in by ooguz, 8 years ago | |
---|---|
File size: 247 bytes |
Line | |
---|---|
1 | ADD_SOURCE_FILES(WAYPOINTS_SRC_FILES |
2 | |
3 | Waypointarrow.cc |
4 | Waypoint.cc |
5 | WaypointGroup.cc |
6 | ) |
7 | |
8 | |
9 | ORXONOX_ADD_LIBRARY(waypoints |
10 | MODULE |
11 | FIND_HEADER_FILES |
12 | LINK_LIBRARIES |
13 | orxonox |
14 | overlays |
15 | objects |
16 | SOURCE_FILES ${WAYPOINTS_SRC_FILES} |
17 | ) |
Note: See TracBrowser
for help on using the repository browser.