X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=9af9f16bc0e3741c44198c3f421c99b291c5fe7c;hb=81fa2ccb7f96adb3df3f01182f9ec67cd181f859;hp=f7a2f36fe97a8ce954a72287afe054ecfaa6f960;hpb=ae82902c0da980e348d998c453f6c83505780d1a;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index f7a2f36..9af9f16 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -99,6 +99,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(clitkChangeDicomTag_GGO_C clitkChangeDicomTag.ggo) add_executable(clitkChangeDicomTag clitkChangeDicomTag.cxx ${clitkChangeDicomTag_GGO_C})