[openrtm-commit:00382] r57 - trunk/ImageProcessing/opencv/components

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 9月 2日 (金) 08:45:49 JST


Author: fsi-katami
Date: 2011-09-02 08:45:48 +0900 (Fri, 02 Sep 2011)
New Revision: 57

Modified:
   trunk/ImageProcessing/opencv/components/CMakeLists.txt
Log:
Corrected not to include DirectShowCam in linux.

Modified: trunk/ImageProcessing/opencv/components/CMakeLists.txt
===================================================================
--- trunk/ImageProcessing/opencv/components/CMakeLists.txt	2011-07-20 05:29:52 UTC (rev 56)
+++ trunk/ImageProcessing/opencv/components/CMakeLists.txt	2011-09-01 23:45:48 UTC (rev 57)
@@ -1,3 +1,10 @@
-SUBDIRS(Affine BackGroundSubtractionSimple Binarization Chromakey Dilationerosion DirectShowCam Edge Findcontour Flip Histogram Houghline ImageCalibration ImageSubstraction ObjectTracking Perspective RockPaperScissors Rotate Scale Sepia SubStractCaptureImage Template Translate OpenCVCamera CameraViewer)
+cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
+
+project(components)
+if(WIN32)
+    SUBDIRS(Affine BackGroundSubtractionSimple Binarization Chromakey Dilationerosion DirectShowCam Edge Findcontour Flip Histogram Houghline ImageCalibration ImageSubstraction ObjectTracking Perspective RockPaperScissors Rotate Scale Sepia SubStractCaptureImage Template Translate OpenCVCamera CameraViewer)
+else()
+   SUBDIRS(Affine BackGroundSubtractionSimple Binarization Chromakey Dilationerosion Edge Findcontour Flip Histogram Houghline ImageCalibration ImageSubstraction ObjectTracking Perspective RockPaperScissors Rotate Scale Sepia SubStractCaptureImage Template Translate OpenCVCamera CameraViewer)
+endif()
 #SUBDIRS(Affine BackGroundSubtractionSimple Binarization Chromakey Dilationerosion Edge Findcontour Flip Histogram Houghline ImageCalibration ImageSubstraction ObjectTracking PGRCamera Perspective RockPaperScissors Rotate Scale Sepia SubStractCaptureImage Template Translate OpenCVCamera CameraViewer)
 #SUBDIRS(Affine BackGroundSubtractionSimple)



openrtm-commit メーリングリストの案内