X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ef844c44e65c7553436cfa8385400fc3124c0824;hb=d91ddf43904e09830d43e580a7e21e511e22278f;hp=69c3e2f8ded8410dbc615ffba8f9a1b3ef291a7d;hpb=bbfa3cf89fc2ede7c43259e945f021044b56069f;p=gdcm.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 69c3e2f8..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 @@ -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)