[Jderobot-admin] jderobot-r1006 - in trunk/src/stable/components: basic_component cameraserver cameraview introrob kinectViewer opencvdemo recorder replayController replayer rgbdCalibrator

rocapal en jderobot.org rocapal en jderobot.org
Lun Oct 7 11:41:48 CEST 2013


Author: rocapal
Date: 2013-10-07 11:40:48 +0200 (Mon, 07 Oct 2013)
New Revision: 1006

Modified:
   trunk/src/stable/components/basic_component/CMakeLists.txt
   trunk/src/stable/components/cameraserver/CMakeLists.txt
   trunk/src/stable/components/cameraview/CMakeLists.txt
   trunk/src/stable/components/introrob/CMakeLists.txt
   trunk/src/stable/components/kinectViewer/CMakeLists.txt
   trunk/src/stable/components/opencvdemo/CMakeLists.txt
   trunk/src/stable/components/recorder/CMakeLists.txt
   trunk/src/stable/components/replayController/CMakeLists.txt
   trunk/src/stable/components/replayer/CMakeLists.txt
   trunk/src/stable/components/rgbdCalibrator/CMakeLists.txt
Log:
#62 added gui dependency of opencv


Modified: trunk/src/stable/components/basic_component/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/basic_component/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/basic_component/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -16,7 +16,8 @@
     ${LIBS_DIR}/jderobotutil/libjderobotutil.so
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so
     ${libglademm_LIBRARIES}
-    ${OpenCV_LIBRARIES}        
+    ${OpenCV_LIBRARIES}       
+    ${OpenCVGUI_LIBRARIES} 
 	${ZeroCIce_LIBRARIES}    
 	${gtkmm_LIBRARIES}  
 	${gtkmm3_LIBRARIES}  	

Modified: trunk/src/stable/components/cameraserver/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/cameraserver/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/cameraserver/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -12,7 +12,8 @@
 add_executable (cameraserver ${SOURCE_FILES})
 
 TARGET_LINK_LIBRARIES(cameraserver
-	${OpenCV_LIBRARIES}        
+	${OpenCV_LIBRARIES}       
+        ${OpenCVGUI_LIBRARIES} 
 	${LIBS_DIR}/colorspaces/libcolorspacesmm.so
 	${INTERFACES_CPP_DIR}/jderobot/libJderobotInterfaces.so
 	${ZeroCIce_LIBRARIES}

Modified: trunk/src/stable/components/cameraview/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/cameraview/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/cameraview/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -13,6 +13,7 @@
 TARGET_LINK_LIBRARIES(cameraview
     ${CMAKE_THREAD_LIBS_INIT} 
     ${OpenCV_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
     ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so

Modified: trunk/src/stable/components/introrob/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/introrob/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/introrob/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -16,6 +16,7 @@
 TARGET_LINK_LIBRARIES(introrob
     ${CMAKE_THREAD_LIBS_INIT} 
     ${opencv_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
     ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${gthread_LIBRARIES}

Modified: trunk/src/stable/components/kinectViewer/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/kinectViewer/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/kinectViewer/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -16,9 +16,10 @@
 
 TARGET_LINK_LIBRARIES(kinectViewer
     ${CMAKE_THREAD_LIBS_INIT} 
-	${GLUT_LIBRARIES}
-   	${OpenCV_LIBRARIES}
-   	${gtkmm_LIBRARIES}
+    ${GLUT_LIBRARIES}
+    ${OpenCV_LIBRARIES}
+    ${gtkmm_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${gtkglextmm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so

Modified: trunk/src/stable/components/opencvdemo/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/opencvdemo/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/opencvdemo/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -14,6 +14,7 @@
 TARGET_LINK_LIBRARIES(opencvdemo
     ${CMAKE_THREAD_LIBS_INIT} 
     ${opencv_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
     ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
 #    ${gthread_LIBRARIES}

Modified: trunk/src/stable/components/recorder/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/recorder/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/recorder/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -16,9 +16,10 @@
 
 TARGET_LINK_LIBRARIES(recorder
     ${CMAKE_THREAD_LIBS_INIT} 
-	${GLUT_LIBRARIES}
-   	${OpenCV_LIBRARIES}
-   	${gtkmm_LIBRARIES}
+    ${GLUT_LIBRARIES}
+    ${OpenCV_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
+    ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${gtkglextmm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so

Modified: trunk/src/stable/components/replayController/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/replayController/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/replayController/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -19,9 +19,10 @@
 
 TARGET_LINK_LIBRARIES(replayController
     ${CMAKE_THREAD_LIBS_INIT} 
-	${GLUT_LIBRARIES}
-   	${OpenCV_LIBRARIES}
-   	${gtkmm_LIBRARIES}
+    ${GLUT_LIBRARIES}
+    ${OpenCV_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
+    ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${gtkglextmm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so

Modified: trunk/src/stable/components/replayer/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/replayer/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/replayer/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -16,9 +16,10 @@
 
 TARGET_LINK_LIBRARIES(replayer
     ${CMAKE_THREAD_LIBS_INIT} 
-	${GLUT_LIBRARIES}
-   	${OpenCV_LIBRARIES}
-   	${gtkmm_LIBRARIES}
+    ${GLUT_LIBRARIES}
+    ${OpenCV_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
+    ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${gtkglextmm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so

Modified: trunk/src/stable/components/rgbdCalibrator/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/rgbdCalibrator/CMakeLists.txt	2013-10-07 09:34:27 UTC (rev 1005)
+++ trunk/src/stable/components/rgbdCalibrator/CMakeLists.txt	2013-10-07 09:40:48 UTC (rev 1006)
@@ -15,6 +15,7 @@
     ${gsl_LIBRARIES}
     ${alut_LIBRARIES}
     ${OpenCV_LIBRARIES}
+    ${OpenCVGUI_LIBRARIES}
     ${gtkmm_LIBRARIES}
     ${libglademm_LIBRARIES}
     ${LIBS_DIR}/colorspaces/libcolorspacesmm.so



More information about the Jderobot-admin mailing list