]> Creatis software - gdcm.git/blobdiff - src/CMakeLists.txt
Comment out 'assert' (a library *never* have to decide to exit the application)
[gdcm.git] / src / CMakeLists.txt
index d3980849d4a5f90fd8edd47ca5ef5ff9f786b422..c7101a675db489ec67332c888d5ccea545e07abf 100644 (file)
@@ -4,7 +4,7 @@ INCLUDE_REGULAR_EXPRESSION("^gdcm.*$")
 
 SUBDIRS(
   gdcmjpeg
-  gdcmmpeg2
+  #gdcmmpeg2
   #gdcmjpegls
   gdcmopenjpeg
   )
@@ -21,6 +21,9 @@ INCLUDE_DIRECTORIES(
 SET(libgdcm_la_SOURCES
    gdcmArgMgr.cxx
    gdcmBase.cxx
+   gdcmCallbackCommand.cxx
+   gdcmCommand.cxx
+   gdcmCommandManager.cxx
    gdcmDataEntry.cxx
    gdcmDebug.cxx
    gdcmDicomDir.cxx
@@ -53,7 +56,7 @@ SET(libgdcm_la_SOURCES
    gdcmJpeg12.cxx
    gdcmJpeg16.cxx
    gdcmJpeg2000.cxx
-   gdcmMpeg.cxx
+   #gdcmMpeg.cxx
    gdcmOrientation.cxx
    gdcmPixelReadConvert.cxx
    gdcmPixelWriteConvert.cxx
@@ -75,7 +78,7 @@ TARGET_LINK_LIBRARIES(gdcm
   gdcmjpeg8 
   gdcmjpeg12
   gdcmjpeg16
-  gdcmmpeg2
+  #gdcmmpeg2
   gdcmopenjpeg
 )
 IF(WIN32)