Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/orxyroad/CMakeLists.txt

Last change on this file was 11899, checked in by jacobsr, 6 years ago

restored orxyroad to dodgerace state, fixed waiting for players issue

File size: 265 bytes
Line 
1SET_SOURCE_FILES(Orxyroad_SRC_FILES
2OrxyRoad.cc
3OrxyRoadCenterPoint.cc
4OrxyRoadShip.cc
5OrxyRoadCube.cc
6OrxyRoadHUDinfo.cc
7)
8
9
10ORXONOX_ADD_LIBRARY(orxyroad
11  PLUGIN
12  FIND_HEADER_FILES
13  LINK_LIBRARIES
14    orxonox
15    overlays
16  SOURCE_FILES ${Orxyroad_SRC_FILES}
17)
Note: See TracBrowser for help on using the repository browser.