From af43a0bc89a838e4dc2cf1152add043471330c7f Mon Sep 17 00:00:00 2001 From: dsarrut Date: Tue, 15 Feb 2011 10:52:41 +0000 Subject: [PATCH] add lib dependence to some tools --- segmentation/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}) -- 2.45.1