X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=76e9179a825f4cf4905ff21dd9a73741270974bc;hb=2136379e8e3cd0010b909a2a7ef2580559cc3ead;hp=19e6671776266339ee1e19ecd23343978968a864;hpb=ddd0fa980287258b869cf7c9835c4a559cd4cb72;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 19e6671..76e9179 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,6 +1,3 @@ -#========================================================= -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${ITK_DIR}/gdcm/src/") - #========================================================= INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= @@ -14,6 +11,7 @@ SET(clitkCommon_SRC clitkListOfPair.cxx clitkTimer.cxx clitkImageCommon.cxx + clitkTransformUtilities.cxx clitkIO.cxx clitkVoxImageIO.cxx clitkVoxImageIOFactory.cxx @@ -24,6 +22,10 @@ SET(clitkCommon_SRC clitkXdrImageIOReader.cxx clitkXdrImageIOWriter.cxx clitkXdrImageIOFactory.cxx + clitkHndImageIO.cxx + clitkHndImageIOFactory.cxx + clitkDicomRTDoseIO.cxx + clitkDicomRTDoseIOFactory.cxx clitkOrientation.cxx vvImage.cxx clitkImageToImageGenericFilterBase.cxx