[Jderobot-admin] jderobot-r1097 - trunk/src/stable/components/followBall

frivas en jderobot.org frivas en jderobot.org
Lun Nov 11 12:28:28 CET 2013


Author: frivas
Date: 2013-11-11 12:28:28 +0100 (Mon, 11 Nov 2013)
New Revision: 1097

Modified:
   trunk/src/stable/components/followBall/CMakeLists.txt
Log:
added ${CMAKE_THREAD_LIBS_INIT} to Cmake foollowBall  component


Modified: trunk/src/stable/components/followBall/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/followBall/CMakeLists.txt	2013-11-11 10:22:44 UTC (rev 1096)
+++ trunk/src/stable/components/followBall/CMakeLists.txt	2013-11-11 11:28:28 UTC (rev 1097)
@@ -59,6 +59,7 @@
     add_executable (followball ${SOURCE_FILES_FOLLOWBALL})
 
     TARGET_LINK_LIBRARIES ( followball
+	${CMAKE_THREAD_LIBS_INIT}
         JderobotInterfaces
         jderobotutil
         ${gtk20_LIBRARIES}



More information about the Jderobot-admin mailing list