[Orxonox-commit 6398] r11055 - code/branches/presentationHS15/src/modules/overlays
landauf at orxonox.net
landauf at orxonox.net
Sun Jan 10 18:33:00 CET 2016
Author: landauf
Date: 2016-01-10 18:33:00 +0100 (Sun, 10 Jan 2016)
New Revision: 11055
Modified:
code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt
Log:
reverted r11051 because apparently overlays DOES depend on weapons (but not because of the weapon-HUD but rather because of the rocket-fuel). for some reason though this did not give me a linker error, probably because of inlined/virtual functions.
Modified: code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt
===================================================================
--- code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt 2016-01-10 12:54:11 UTC (rev 11054)
+++ code/branches/presentationHS15/src/modules/overlays/CMakeLists.txt 2016-01-10 17:33:00 UTC (rev 11055)
@@ -15,5 +15,6 @@
OverlaysPrecompiledHeaders.h
LINK_LIBRARIES
orxonox
+ weapons
SOURCE_FILES ${OVERLAYS_SRC_FILES}
)
More information about the Orxonox-commit
mailing list