X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ef844c44e65c7553436cfa8385400fc3124c0824;hb=3a9e9df62b3198c4f93d1768074b6be828ac7308;hp=29b710f9e4d32eff8cb8e79e554a5dd3f61144be;hpb=7cbed4e7f082b4d2df1edda48bb3fde175a60b6e;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 29b710f9..ef844c44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -27,6 +27,7 @@ SET(libgdcm_la_SOURCES gdcmDicomDirStudy.cxx gdcmDict.cxx gdcmDictEntry.cxx + gdcmDictGroupName.cxx gdcmDictSet.cxx gdcmDirList.cxx gdcmDocEntry.cxx @@ -49,7 +50,7 @@ SET(libgdcm_la_SOURCES gdcmRLEFrame.cxx gdcmRLEFramesInfo.cxx gdcmSeqEntry.cxx - gdcmSerieHeader.cxx + gdcmSerieHelper.cxx gdcmSQItem.cxx gdcmTS.cxx gdcmUtil.cxx @@ -66,7 +67,7 @@ TARGET_LINK_LIBRARIES(gdcm ) IF(WIN32) IF(NOT BORLAND) - TARGET_LINK_LIBRARIES(gdcm Wsock32 Snmpapi) + TARGET_LINK_LIBRARIES(gdcm wsock32 snmpapi) ENDIF(NOT BORLAND) ENDIF(WIN32)