X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=ec826a2340d4437e5d4dd546c865a2609671f74d;hb=e2b37672d5ee8eafc7b1ac075f4e70596349f0c3;hp=0263f3a031cb7696d0ff821fe993f4f1b49ed64e;hpb=08d1fd56ac1d08bd228d9e557f5472a395e9b708;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 0263f3a..ec826a2 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -24,6 +24,8 @@ SET(clitkCommon_SRC clitkXdrImageIOFactory.cxx clitkHndImageIO.cxx clitkHndImageIOFactory.cxx + clitkGateAsciiImageIO.cxx + clitkGateAsciiImageIOFactory.cxx clitkDicomRTDoseIO.cxx clitkDicomRTDoseIOFactory.cxx clitkOrientation.cxx @@ -49,7 +51,7 @@ ADD_LIBRARY(clitkDicomRTStruct STATIC clitkDicomRT_Contour.cxx clitkDicomRT_ROI.cxx clitkDicomRT_StructureSet.cxx - clitkDicomRT_ROI_ConvertToImageFilter.cxx + clitkDicomRTStruct2ImageFilter.cxx ) TARGET_LINK_LIBRARIES(clitkDicomRTStruct vtkHybrid)