[Jderobot-admin] jderobot-r1118 - trunk/src/stable/components/teleoperator

rocapal en jderobot.org rocapal en jderobot.org
Vie Nov 29 11:53:52 CET 2013


Author: rocapal
Date: 2013-11-29 11:53:52 +0100 (Fri, 29 Nov 2013)
New Revision: 1118

Modified:
   trunk/src/stable/components/teleoperator/CMakeLists.txt
Log:
#116 changed cmakelists to allow multi core compilation


Modified: trunk/src/stable/components/teleoperator/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/teleoperator/CMakeLists.txt	2013-11-28 16:25:41 UTC (rev 1117)
+++ trunk/src/stable/components/teleoperator/CMakeLists.txt	2013-11-29 10:53:52 UTC (rev 1118)
@@ -13,14 +13,13 @@
 add_executable (teleoperatorPC  ${SOURCE_FILES})
 
 TARGET_LINK_LIBRARIES(teleoperatorPC 
-    ${INTERFACES_CPP_DIR}/jderobot/libJderobotInterfaces.so
-    ${LIBS_DIR}/jderobotutil/libjderobotutil.so
-    ${LIBS_DIR}/visionlib/colorspaces/libcolorspacesmm.so
+    JderobotInterfaces
+    jderobotutil
+    colorspacesmm
     ${OpenCV_LIBRARIES}        
     ${OpenCVGUI_LIBRARIES}
     ${ZeroCIce_LIBRARIES}    
     ${gtkmm_LIBRARIES}  
-    #${gtkmm3_LIBRARIES}     
     ${gthread_LIBRARIES}
     ${CMAKE_THREAD_LIBS_INIT}
 )



More information about the Jderobot-admin mailing list