X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FCMakeLists.txt;h=ef102d989974be4e57900a47f23a7986d0295c61;hb=e0bfd8dc8b4063f757b7f3858d7c1efeadc17561;hp=e5f0698e267e42974e4857a64eee645abac73208;hpb=33b0605f7f0b0b8bb2a6d90c3fec771487b29744;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e5f0698..ef102d9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -6,25 +6,39 @@ 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 clitkListOfPair.cxx clitkTimer.cxx clitkImageCommon.cxx + clitkIO.cxx clitkVoxImageIO.cxx clitkVoxImageIOFactory.cxx clitkVfImageIO.cxx clitkVfImageIOFactory.cxx clitkHisImageIO.cxx clitkHisImageIOFactory.cxx + clitkXdrImageIOReader.cxx + clitkXdrImageIOWriter.cxx + 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)