Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxyRoad_FS18/src/modules/orxyroad/CMakeLists.txt @ 12030

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

restored orxyroad to dodgerace state, fixed waiting for players issue

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