ADD_EXECUTABLE(clitkImageArithm clitkImageArithm.cxx)
TARGET_LINK_LIBRARIES(clitkImageArithm clitkCommon ITKIO ITKStatistics clitkFilters)
-ADD_EXECUTABLE(clitkUnsharpMask clitkUnsharpMask.cxx clitkUnsharpMask_ggo.c)
-TARGET_LINK_LIBRARIES(clitkUnsharpMask clitkCommon ITKIO)
+ADD_EXECUTABLE(clitkUnsharpMask clitkUnsharpMask.cxx)
+TARGET_LINK_LIBRARIES(clitkUnsharpMask clitkCommon ITKIO clitkFilters)
ADD_EXECUTABLE(clitkFooImage clitkFooImage.cxx)
TARGET_LINK_LIBRARIES(clitkFooImage clitkCommon ITKIO clitkFilters)
+++ /dev/null
-#File clitkUnsharpMask.ggo
-package "clitkUnsharpMask"
-version "1.0"
-purpose ""
-
-option "config" - "Config file" string no
-option "verbose" v "Verbose" flag off
-
-option "imagetypes" - "Display allowed image types" flag off
-
-option "input" i "Input image filename" string yes
-option "output" o "Output image filename" string yes
-option "sigma" s "Sigma of the gaussian" double required