X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=0ca5ca91ef91de899b6b0e8dd1175dffd20cce53;hb=54afffe09f9b072ebdb32095e4632b004dfa4d6c;hp=422d8f9a89300fb2c7f9fd007d3384fd1ad4d3b3;hpb=029daf53fe49fdf0866f9614c22c7a448d05d3f1;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 422d8f9..0ca5ca9 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -95,6 +95,11 @@ if(CLITK_BUILD_TOOLS) add_executable(clitkWriteDicomSeries clitkWriteDicomSeries.cxx ${clitkWriteDicomSeries_GGO_C}) target_link_libraries(clitkWriteDicomSeries clitkCommon ) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkWriteDicomSeries) + + WRAP_GGO(clitkImage2DicomSeries_GGO_C clitkImage2DicomSeries.ggo) + add_executable(clitkImage2DicomSeries clitkImage2DicomSeries.cxx ${clitkImage2DicomSeries_GGO_C}) + target_link_libraries(clitkImage2DicomSeries clitkCommon ) + set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImage2DicomSeries) WRAP_GGO(clitkMedianTemporalDimension_GGO_C clitkMedianTemporalDimension.ggo) add_executable(clitkMedianTemporalDimension clitkMedianTemporalDimension.cxx @@ -184,11 +189,11 @@ if(CLITK_BUILD_TOOLS) target_link_libraries(clitkDicomRTStruct2Image clitkDicomRTStruct) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkDicomRTStruct2Image) - if(CLITK_USE_SYSTEM_GDCM) + #if(CLITK_USE_SYSTEM_GDCM) WRAP_GGO(clitkImage2DicomRTStruct_GGO_C clitkImage2DicomRTStruct.ggo) add_executable(clitkImage2DicomRTStruct clitkImage2DicomRTStruct.cxx ${clitkImage2DicomRTStruct_GGO_C}) target_link_libraries(clitkImage2DicomRTStruct clitkDicomRTStruct) - endif() + #endif() WRAP_GGO(clitkComposeVF_GGO_C clitkComposeVF.ggo) add_executable(clitkComposeVF clitkComposeVFGenericFilter.cxx clitkComposeVF.cxx ${clitkComposeVF_GGO_C})