]> Creatis software - clitk.git/blobdiff - tools/CMakeLists.txt
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
[clitk.git] / tools / CMakeLists.txt
index b3266af22d11357da22d9af7f813ae0fb16290e4..7b40d020b5c3b73e00649d788700ab831f7a96a4 100644 (file)
@@ -62,11 +62,14 @@ if(CLITK_BUILD_TOOLS)
   target_link_libraries(clitkBinarizeImage clitkBinarizeImageLib clitkCommon)
   set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkBinarizeImage)
 
-
   add_executable(clitkProfileImage clitkProfileImage.cxx)
   target_link_libraries(clitkProfileImage clitkProfileImageLib clitkCommon)
   set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkProfileImage)
 
+  add_executable(clitkHistogramImage clitkHistogramImage.cxx)
+  target_link_libraries(clitkHistogramImage clitkHistogramImageLib clitkCommon)
+  set(TOOLS_INSTALL ${TOOLS_INSTALL} clitkHistogramImage)
+
   WRAP_GGO(clitkVFResample_GGO_C clitkVFResample.ggo)
   add_executable(clitkVFResample clitkVFResample.cxx clitkVFResampleGenericFilter.cxx ${clitkVFResample_GGO_C})
   target_link_libraries(clitkVFResample clitkCommon)