Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/surfaceraceHS14/src/modules/invader/CMakeLists.txt @ 10108

Last change on this file since 10108 was 10095, checked in by sriedel, 10 years ago


  • Property svn:eol-style set to native
File size: 259 bytes
RevLine 
[10095]1SET_SOURCE_FILES(DODGERACE_SRC_FILES
2BUILD_UNIT DodgeRaceBuildUnit.cc
3        DodgePlayer.cc
4        DodgeRace.cc
[9702]5END_BUILD_UNIT
6)
7
[10095]8ORXONOX_ADD_LIBRARY(dodgerace
[9702]9  MODULE
10  FIND_HEADER_FILES
11  LINK_LIBRARIES
12    orxonox
13    overlays
[10095]14  SOURCE_FILES ${DODGERACE_SRC_FILES}
[9702]15)
Note: See TracBrowser for help on using the repository browser.