[Orxonox-commit 7120] r11737 - code/branches/Presentation_HS17_merge/src/modules/asteroidmining

landauf at orxonox.net landauf at orxonox.net
Sun Feb 11 22:43:00 CET 2018


Author: landauf
Date: 2018-02-11 22:43:00 +0100 (Sun, 11 Feb 2018)
New Revision: 11737

Modified:
   code/branches/Presentation_HS17_merge/src/modules/asteroidmining/CMakeLists.txt
Log:
fixed dependency

Modified: code/branches/Presentation_HS17_merge/src/modules/asteroidmining/CMakeLists.txt
===================================================================
--- code/branches/Presentation_HS17_merge/src/modules/asteroidmining/CMakeLists.txt	2018-02-11 21:31:46 UTC (rev 11736)
+++ code/branches/Presentation_HS17_merge/src/modules/asteroidmining/CMakeLists.txt	2018-02-11 21:43:00 UTC (rev 11737)
@@ -13,6 +13,7 @@
 
   LINK_LIBRARIES
     orxonox
+    objects
     pickup
   SOURCE_FILES ${PICKUP_SRC_FILES}
 )



More information about the Orxonox-commit mailing list