Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/wagnis_HS18/src/modules/wagnis/CMakeLists.txt @ 12109

Last change on this file since 12109 was 12109, checked in by stadlero, 5 years ago

Player class does now compile

File size: 243 bytes
Line 
1SET_SOURCE_FILES(WAGNIS_SRC_FILES
2  WagnisProvince.cc
3  WagnisGameboard.cc
4  WagnisPlayer.cc
5)
6
7ORXONOX_ADD_LIBRARY(wagnis
8  PLUGIN
9  FIND_HEADER_FILES
10  LINK_LIBRARIES
11    orxonox
12    overlays
13    objects
14  SOURCE_FILES ${WAGNIS_SRC_FILES}
15)
Note: See TracBrowser for help on using the repository browser.