X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=ef102d989974be4e57900a47f23a7986d0295c61;hb=916b360a5059598577cb44f87381ccb1f0514476;hp=93c9a01236bab4820c65eddd33fe68a25c06d1bc;hpb=2ea0a7925661cb0b76d64c88fb820b673bc57d76;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 93c9a01..ef102d9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -8,6 +8,8 @@ INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) #========================================================= # make clitk libraries* +configure_file(clitkConfiguration.h.in ${PROJECT_BINARY_DIR}/clitkConfiguration.h) + SET(clitkCommon_SRC clitkCommon.cxx clitkListOfPair.cxx @@ -30,5 +32,13 @@ SET(clitkCommon_SRC 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)