From: dsarrut Date: Tue, 15 Feb 2011 10:52:41 +0000 (+0000) Subject: add lib dependence to some tools X-Git-Tag: v1.2.0~250 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=inline;h=af43a0bc89a838e4dc2cf1152add043471330c7f;p=clitk.git add lib dependence to some tools --- 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})