X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FCMakeLists.txt;h=2c18352fc46bbd0c45f82856df2ce41205a690d2;hb=a30d8dd30db9b6f4b67101e712f28c0b2a0227bf;hp=0018e1f777a4eae78260b0af36595543da1e1eea;hpb=7d070bafd01a22dfef1c422097ac1a0e6935749b;p=clitk.git diff --git a/segmentation/CMakeLists.txt b/segmentation/CMakeLists.txt index 0018e1f..2c18352 100644 --- a/segmentation/CMakeLists.txt +++ b/segmentation/CMakeLists.txt @@ -45,12 +45,12 @@ IF(CLITK_BUILD_SEGMENTATION) TARGET_LINK_LIBRARIES(clitkExtractLymphStations clitkSegmentationGgoLib clitkCommon ITKIO ITKStatistics) WRAP_GGO(clitkMorphoMath_GGO_C clitkMorphoMath.ggo) - ADD_EXECUTABLE(clitkMorphoMath clitkMorphoMath.cxx clitkMorphoMathGenericFilter.cxx ${clitkMorphoMath_GGO_C}) - TARGET_LINK_LIBRARIES(clitkMorphoMath ITKIO clitkCommon) + ADD_EXECUTABLE(clitkMorphoMath clitkMorphoMath.cxx ${clitkMorphoMath_GGO_C}) + TARGET_LINK_LIBRARIES(clitkMorphoMath clitkCommon ITKIO) WRAP_GGO(clitkMorphoReconstruction_GGO_C clitkMorphoReconstruction.ggo) ADD_EXECUTABLE(clitkMorphoReconstruction clitkMorphoReconstruction.cxx clitkMorphoReconstructionGenericFilter.cxx ${clitkMorphoReconstruction_GGO_C}) - TARGET_LINK_LIBRARIES(clitkMorphoReconstruction clitkCommon ITKIO ) + TARGET_LINK_LIBRARIES(clitkMorphoReconstruction clitkSegmentationGgoLib clitkCommon ITKIO) WRAP_GGO(clitkCalculateDistanceMap_GGO_C clitkCalculateDistanceMap.ggo) ADD_EXECUTABLE(clitkCalculateDistanceMap clitkCalculateDistanceMap.cxx clitkCalculateDistanceMapGenericFilter.cxx ${clitkCalculateDistanceMap_GGO_C})