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
Line 
1SET_SOURCE_FILES(Mini4Dgame_SRC_FILES
2  Mini4Dgame.cc
3  #Mini4DgameAI.cc
4  Mini4DgameBoard.cc
5)
6
7ORXONOX_ADD_LIBRARY(mini4dgame
8  PLUGIN
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.