Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/hoverHS15/src/modules/hover/CMakeLists.txt @ 10658

Last change on this file since 10658 was 10658, checked in by meierman, 9 years ago

new basic files added to Hover

File size: 191 bytes
Line 
1SET_SOURCE_FILES(Hover_SRC_FILES
2Hover.cc
3HoverShip.cc
4)
5
6ORXONOX_ADD_LIBRARY(hover
7  PLUGIN
8  FIND_HEADER_FILES
9  LINK_LIBRARIES
10    orxonox
11    overlays
12  SOURCE_FILES ${Hover_SRC_FILES}
13)
Note: See TracBrowser for help on using the repository browser.