Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/mini4dgame/CMakeLists.txt @ 10624

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

merged branch core7 back to trunk

  • Property svn:eol-style set to native
File size: 227 bytes
RevLine 
[10100]1SET_SOURCE_FILES(Mini4Dgame_SRC_FILES
2  Mini4Dgame.cc
[10131]3  #Mini4DgameAI.cc
4  Mini4DgameBoard.cc
[10100]5)
6
[10227]7ORXONOX_ADD_LIBRARY(mini4dgame
[10624]8  PLUGIN
[10100]9  FIND_HEADER_FILES
10  LINK_LIBRARIES
11    orxonox
12  SOURCE_FILES ${Mini4Dgame_SRC_FILES}
13)
Note: See TracBrowser for help on using the repository browser.