X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=6f602cd295cb8e64bf7be2f60c8879fda65fc370;hb=417258c1d2eb6dd20de8496d0c70898cbc6b67fc;hp=ef102d989974be4e57900a47f23a7986d0295c61;hpb=163fa80ef3873595f3e3cf75fb03e53536d1a6ee;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ef102d9..6f602cd 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,20 +1,17 @@ -#========================================================= -SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${ITK_DIR}/gdcm/src/") - #========================================================= INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= #========================================================= # make clitk libraries* - -configure_file(clitkConfiguration.h.in ${PROJECT_BINARY_DIR}/clitkConfiguration.h) +CONFIGURE_FILE(clitkConfiguration.h.in ${PROJECT_BINARY_DIR}/clitkConfiguration.h) SET(clitkCommon_SRC clitkCommon.cxx clitkListOfPair.cxx clitkTimer.cxx clitkImageCommon.cxx + clitkTransformUtilities.cxx clitkIO.cxx clitkVoxImageIO.cxx clitkVoxImageIOFactory.cxx @@ -25,13 +22,19 @@ SET(clitkCommon_SRC clitkXdrImageIOReader.cxx clitkXdrImageIOWriter.cxx clitkXdrImageIOFactory.cxx + clitkHndImageIO.cxx + clitkHndImageIOFactory.cxx + clitkDicomRTDoseIO.cxx + clitkDicomRTDoseIOFactory.cxx clitkOrientation.cxx vvImage.cxx clitkImageToImageGenericFilterBase.cxx + clitkExceptionObject.cxx + clitkFilterBase.cxx ) ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC}) - +TARGET_LINK_LIBRARIES(clitkCommon vtkCommon vtkImaging vtkHybrid ITKBasicFilters) ADD_LIBRARY(clitkDicomRTStruct STATIC clitkDicomRT_Contour.cxx