X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=4898df503714181aed75ad0e09b39b77fe0fd7d2;hb=b823b9aedd899f5bd07315943ea3cedc4637ee8a;hp=428c38986e10631ebc319012f52ca336748874d9;hpb=d660de8252252f981699115eac611a8ec0b3ad5f;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 428c3898..4898df50 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,18 +3,18 @@ INCLUDE_REGULAR_EXPRESSION("^gdcm.*$") # Build jpeg lib first: -IF (WIN32) - IF (BUILD_SHARED_LIBS) - ADD_DEFINITIONS(-DJPEGDLL) - ELSE (BUILD_SHARED_LIBS) - ADD_DEFINITIONS(-DJPEGSTATIC) - ENDIF (BUILD_SHARED_LIBS) -ENDIF (WIN32) +#IF (WIN32) +# IF (BUILD_SHARED_LIBS) +# ADD_DEFINITIONS(-DJPEGDLL) +# ELSE (BUILD_SHARED_LIBS) +# ADD_DEFINITIONS(-DJPEGSTATIC) +# ENDIF (BUILD_SHARED_LIBS) +#ENDIF (WIN32) SUBDIRS( gdcmjpeg #gdcmmpeg2 gdcmjasper - #gdcmjpegls + gdcmjpegls ) # "jpeglib.h" is defined here: @@ -28,6 +28,7 @@ INCLUDE_DIRECTORIES( ) SET(libgdcm_la_SOURCES + gdcmArgMgr.cxx gdcmBase.cxx gdcmBinEntry.cxx gdcmContentEntry.cxx @@ -38,6 +39,7 @@ SET(libgdcm_la_SOURCES gdcmDicomDirMeta.cxx gdcmDicomDirObject.cxx gdcmDicomDirPatient.cxx + gdcmDicomDirVisit.cxx gdcmDicomDirSerie.cxx gdcmDicomDirStudy.cxx gdcmDict.cxx @@ -61,6 +63,7 @@ SET(libgdcm_la_SOURCES gdcmJpeg16.cxx gdcmJpeg2000.cxx # gdcmMpeg.cxx + gdcmOrientation.cxx gdcmPixelReadConvert.cxx gdcmPixelWriteConvert.cxx gdcmRLEFrame.cxx @@ -71,8 +74,8 @@ SET(libgdcm_la_SOURCES gdcmTS.cxx gdcmUtil.cxx gdcmValEntry.cxx + gdcmValidator.cxx gdcmVR.cxx - gdcmArgMgr.cxx ${GDCM_BINARY_DIR}/src/gdcmDefaultDicts.cxx )