[Orxonox-commit 1444] r6162 - code/branches/presentation2/src/libraries/tools

landauf at orxonox.net landauf at orxonox.net
Thu Nov 26 16:36:32 CET 2009


Author: landauf
Date: 2009-11-26 16:36:32 +0100 (Thu, 26 Nov 2009)
New Revision: 6162

Modified:
   code/branches/presentation2/src/libraries/tools/CMakeLists.txt
Log:
fixed build, we have to link network into tools since r6160 (maybe move the time factor to orxonox?)

Modified: code/branches/presentation2/src/libraries/tools/CMakeLists.txt
===================================================================
--- code/branches/presentation2/src/libraries/tools/CMakeLists.txt	2009-11-26 13:15:28 UTC (rev 6161)
+++ code/branches/presentation2/src/libraries/tools/CMakeLists.txt	2009-11-26 15:36:32 UTC (rev 6162)
@@ -22,5 +22,6 @@
     "TOOLS_SHARED_BUILD"
   LINK_LIBRARIES
     core
+    network
   SOURCE_FILES ${TOOLS_SRC_FILES}
 )




More information about the Orxonox-commit mailing list