X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=515e99a9aef9ecda238d7938e663a0d9f3664822;hb=1865f86b7420682f57e160c911cfebabbfaa8375;hp=0ca5ca91ef91de899b6b0e8dd1175dffd20cce53;hpb=8786715f17744e1a8d97bdf4fec517d443875bb0;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 0ca5ca9..515e99a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -12,6 +12,9 @@ add_library(clitkBinarizeImageLib clitkBinarizeImageGenericFilter.cxx ${clitkBin WRAP_GGO(clitkProfileImage_GGO_C clitkProfileImage.ggo) add_library(clitkProfileImageLib clitkProfileImageGenericFilter.cxx ${clitkProfileImage_GGO_C}) +WRAP_GGO(clitkHistogramImage_GGO_C clitkHistogramImage.ggo) +add_library(clitkHistogramImageLib clitkHistogramImageGenericFilter.cxx ${clitkHistogramImage_GGO_C}) + WRAP_GGO(clitkImageArithm_GGO_C clitkImageArithm.ggo) add_library(clitkImageArithmImageLib clitkImageArithmGenericFilter.cxx ${clitkImageArithm_GGO_C})