X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=6a271f7995796bb2bdceafaaca2a7447425026d9;hb=39fbd17fa58bc80fb241a49f50aae236da7606fa;hp=e6c9907c3cdd345d5dec5558004fa5ff938b327d;hpb=87ac02b456a9c2044b3eab23aa5d9e8dbfd12f29;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e6c9907c..6a271f79 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 @@ -71,8 +73,8 @@ SET(libgdcm_la_SOURCES gdcmTS.cxx gdcmUtil.cxx gdcmValEntry.cxx + gdcmValidator.cxx gdcmVR.cxx - gdcmArgMgr.cxx ${GDCM_BINARY_DIR}/src/gdcmDefaultDicts.cxx )