]> Creatis software - gdcm.git/blobdiff - src/CMakeLists.txt
- void AddSeriesDetail(uint16_t group, uint16_t elem, bool convert);
[gdcm.git] / src / CMakeLists.txt
index 8ab9f5443c7441ba3dae61c63635f356491e38c8..ef6f8fe138e54f029682c59d66798c503aa5d308 100644 (file)
@@ -5,7 +5,7 @@ INCLUDE_REGULAR_EXPRESSION("^gdcm.*$")
 SUBDIRS(
   gdcmjpeg
   #gdcmmpeg2
-  gdcmjpegls
+  #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
@@ -32,7 +35,6 @@ SET(libgdcm_la_SOURCES
    gdcmDicomDirVisit.cxx
    gdcmDicomDirSerie.cxx
    gdcmDicomDirStudy.cxx
-   gdcmDicomEntry.cxx
    gdcmDict.cxx
    gdcmDictEntry.cxx
    gdcmDictGroupName.cxx
@@ -53,7 +55,7 @@ SET(libgdcm_la_SOURCES
    gdcmJpeg12.cxx
    gdcmJpeg16.cxx
    gdcmJpeg2000.cxx
-   #   gdcmMpeg.cxx
+   #gdcmMpeg.cxx
    gdcmOrientation.cxx
    gdcmPixelReadConvert.cxx
    gdcmPixelWriteConvert.cxx
@@ -75,7 +77,7 @@ TARGET_LINK_LIBRARIES(gdcm
   gdcmjpeg8 
   gdcmjpeg12
   gdcmjpeg16
-  #  gdcmmpeg2
+  #gdcmmpeg2
   gdcmopenjpeg
 )
 IF(WIN32)