Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_HS17_merge/src/modules/asteroidmining/CMakeLists.txt @ 11736

Last change on this file since 11736 was 11736, checked in by landauf, 6 years ago

[AsteroidMining_HS17] some cleanup - Field and Belt should not depend on Pawn, should not be synchronized either (server-side logic). also removed additional constructors and replaced with regular setters.

File size: 275 bytes
Line 
1SET_SOURCE_FILES(PICKUP_SRC_FILES
2  AsteroidMinable.cc
3  SpicedAsteroidField.cc
4  SpicedAsteroidBelt.cc
5)
6
7ORXONOX_ADD_LIBRARY(asteroidmining
8  MODULE
9  FIND_HEADER_FILES
10  TOLUA_FILES
11
12  PCH_FILE
13
14  LINK_LIBRARIES
15    orxonox
16    pickup
17  SOURCE_FILES ${PICKUP_SRC_FILES}
18)
Note: See TracBrowser for help on using the repository browser.