X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=4259e19439bc678a3e577ac95e1b46f1bb8f455f;hb=a080c315133cad7c1274028d9ef85d5cba3a4e46;hp=9af9f16bc0e3741c44198c3f421c99b291c5fe7c;hpb=81fa2ccb7f96adb3df3f01182f9ec67cd181f859;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 9af9f16..4259e19 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -100,10 +100,10 @@ if(CLITK_BUILD_TOOLS) 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(clitkSpect2Dicom_GGO_C clitkSpect2Dicom.ggo) + add_executable(clitkSpect2Dicom clitkSpect2Dicom.cxx ${clitkSpect2Dicom_GGO_C}) + target_link_libraries(clitkSpect2Dicom clitkCommon ) + set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkSpect2Dicom) WRAP_GGO(clitkChangeDicomTag_GGO_C clitkChangeDicomTag.ggo) add_executable(clitkChangeDicomTag clitkChangeDicomTag.cxx ${clitkChangeDicomTag_GGO_C}) @@ -147,13 +147,14 @@ if(CLITK_BUILD_TOOLS) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkInvertVF) WRAP_GGO(clitkAffineTransform_GGO_C clitkAffineTransform.ggo) + add_library(clitkAffineTransformLib clitkAffineTransform.cxx ${clitkAffineTransform_GGO_C}) add_executable(clitkAffineTransform clitkAffineTransform.cxx ${clitkAffineTransform_GGO_C}) target_link_libraries(clitkAffineTransform clitkCommon ) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkAffineTransform) WRAP_GGO(clitkElastixTransformToMatrix_GGO_C clitkElastixTransformToMatrix.ggo) add_executable(clitkElastixTransformToMatrix clitkElastixTransformToMatrix.cxx ${clitkElastixTransformToMatrix_GGO_C}) - target_link_libraries(clitkElastixTransformToMatrix clitkCommon ) + target_link_libraries(clitkElastixTransformToMatrix clitkAffineTransformLib clitkCommon ) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkElastixTransformToMatrix) WRAP_GGO(clitkMatrixToElastixTransform_GGO_C clitkMatrixToElastixTransform.ggo) @@ -303,6 +304,11 @@ if(CLITK_BUILD_TOOLS) target_link_libraries(clitkSum clitkCommon) set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkSum) + WRAP_GGO(clitkExtrude_GGO_C clitkExtrude.ggo) + add_executable(clitkExtrude clitkExtrude.cxx ${clitkExtrude_GGO_C}) + target_link_libraries(clitkExtrude clitkCommon) + set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkExtrude) + WRAP_GGO(clitkTransformLandmarks_GGO_C clitkTransformLandmarks.ggo) add_executable(clitkTransformLandmarks clitkTransformLandmarks.cxx ${clitkTransformLandmarks_GGO_C}) target_link_libraries(clitkTransformLandmarks clitkCommon)