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
Line 
1SET_SOURCE_FILES(DODGERACE_SRC_FILES
2BUILD_UNIT DodgeRaceBuildUnit.cc
3        DodgePlayer.cc
4        DodgeRace.cc
5END_BUILD_UNIT
6)
7
8ORXONOX_ADD_LIBRARY(dodgerace
9  MODULE
10  FIND_HEADER_FILES
11  LINK_LIBRARIES
12    orxonox
13    overlays
14  SOURCE_FILES ${DODGERACE_SRC_FILES}
15)
Note: See TracBrowser for help on using the repository browser.