X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=ef102d989974be4e57900a47f23a7986d0295c61;hb=e0bfd8dc8b4063f757b7f3858d7c1efeadc17561;hp=9f4700e1ece4ce5c778dbf865c44d30c3914a3bf;hpb=a76308ba9b5add63fcce2632a3683ce64b0702c5;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9f4700e..ef102d9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -6,7 +6,9 @@ INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= #========================================================= -# make clitk libraries +# make clitk libraries* + +configure_file(clitkConfiguration.h.in ${PROJECT_BINARY_DIR}/clitkConfiguration.h) SET(clitkCommon_SRC clitkCommon.cxx @@ -25,10 +27,18 @@ SET(clitkCommon_SRC clitkXdrImageIOFactory.cxx clitkOrientation.cxx vvImage.cxx - clitkImageToImageGenericFilter.cxx - ) + clitkImageToImageGenericFilterBase.cxx +) ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC}) + +ADD_LIBRARY(clitkDicomRTStruct STATIC + clitkDicomRT_Contour.cxx + clitkDicomRT_ROI.cxx + clitkDicomRT_StructureSet.cxx + clitkDicomRT_ROI_ConvertToImageFilter.cxx +) + #ADD_LIBRARY(clitkCommonShared SHARED ${clitkCommon_SRC}) #SET_TARGET_PROPERTIES(clitkCommonShared PROPERTIES COMPILE_FLAGS -fPIC)