Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationHS15/src/modules/hover/CMakeLists.txt @ 10960

Last change on this file since 10960 was 10960, checked in by maxima, 8 years ago

Merged presentation and hover branches. Hover minigame works fine.

File size: 265 bytes
Line 
1SET_SOURCE_FILES(Hover_SRC_FILES
2Hover.cc
3HoverShip.cc
4HoverWall.cc
5HoverOrigin.cc
6TimeHUD.cc
7FlagHUD.cc
8HoverFlag.cc
9)
10
11ORXONOX_ADD_LIBRARY(hover
12  PLUGIN
13  FIND_HEADER_FILES
14  LINK_LIBRARIES
15        objects
16    orxonox
17    overlays
18  SOURCE_FILES ${Hover_SRC_FILES}
19)
Note: See TracBrowser for help on using the repository browser.