]> Creatis software - gdcm.git/commitdiff
ENH: Remove the jpeg internal stuff... not user friendly
authormalaterre <malaterre>
Mon, 21 Feb 2005 19:04:01 +0000 (19:04 +0000)
committermalaterre <malaterre>
Mon, 21 Feb 2005 19:04:01 +0000 (19:04 +0000)
Doc/CMakeLists.txt

index 2c0d73af89b64decb5fd919766fbb30990dae0ab..995ae41279d35c3c0c4ea5dd09f14f60da2c6eae 100644 (file)
@@ -24,6 +24,8 @@ IF(GDCM_DOCUMENTATION)
   )
   SET(GDCM_DOCUMENTATION_EXCLUDE_COMMON
     "${GDCM_SOURCE_DIR}/src/gdcmJpeg.cxx"
+    "${GDCM_SOURCE_DIR}/src/jdatasrc.cxx"
+    "${GDCM_SOURCE_DIR}/src/jdatadst.cxx"
   )
   
   IF(GDCM_VTK)