Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxyroad v21

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