X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=6f602cd295cb8e64bf7be2f60c8879fda65fc370;hb=6eae372a4d2bc19fe20b4cd4feea7a9d9c61a211;hp=5434cd84b637629c756f1d3910ab2a6a800eaef3;hpb=58074f0d36fda9b8a06d046438cefa36086c891b;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 5434cd8..6f602cd 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) #========================================================= @@ -27,9 +24,12 @@ SET(clitkCommon_SRC clitkXdrImageIOFactory.cxx clitkHndImageIO.cxx clitkHndImageIOFactory.cxx + clitkDicomRTDoseIO.cxx + clitkDicomRTDoseIOFactory.cxx clitkOrientation.cxx vvImage.cxx clitkImageToImageGenericFilterBase.cxx + clitkExceptionObject.cxx clitkFilterBase.cxx )