[Orxonox-commit 6394] r11051 - code/branches/presentationHS15/src/modules/overlays

landauf at orxonox.net landauf at orxonox.net
Sat Jan 9 17:00:20 CET 2016


Author: landauf
Date: 2016-01-09 17:00:19 +0100 (Sat, 09 Jan 2016)
New Revision: 11051

Modified:
   code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt
Log:
overlays module doesn't need to depend on weapons module since only base classes from the orxonox library are used

Modified: code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt
===================================================================
--- code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt	2016-01-09 15:37:30 UTC (rev 11050)
+++ code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt	2016-01-09 16:00:19 UTC (rev 11051)
@@ -15,6 +15,5 @@
     OverlaysPrecompiledHeaders.h
   LINK_LIBRARIES
     orxonox
-    weapons
   SOURCE_FILES ${OVERLAYS_SRC_FILES}
 )




More information about the Orxonox-commit mailing list