Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules/dodgerace/CMakeLists.txt @ 10581

Last change on this file since 10581 was 10581, checked in by landauf, 9 years ago

8 modules are now marked as plugins (which means they are only loaded on demand): dodgerace, gametypes (spacerace), invader, jump, mini4dgame, pong, tetris, and towerdefense.

  • Property svn:eol-style set to native
File size: 272 bytes
RevLine 
[10234]1SET_SOURCE_FILES(Dodgerace_SRC_FILES
[10114]2DodgeRace.cc
3DodgeRaceCenterPoint.cc
[10118]4DodgeRaceShip.cc
[10152]5DodgeRaceCube.cc
[10114]6DodgeRaceHUDinfo.cc
7)
8
[10234]9ORXONOX_ADD_LIBRARY(dodgerace
[10581]10  PLUGIN
[10114]11  FIND_HEADER_FILES
12  LINK_LIBRARIES
13    orxonox
14    overlays
[10234]15  SOURCE_FILES ${Dodgerace_SRC_FILES}
[10114]16)
Note: See TracBrowser for help on using the repository browser.