]> Creatis software - clitk.git/blobdiff - tools/CMakeLists.txt
new tool to compute the laplacian of an image
[clitk.git] / tools / CMakeLists.txt
index c3984c3d68b8d40377b592ef7d282aa7cae70dd1..a4594a28dd59671ad26e5ab96c9cc03fb3426cc6 100644 (file)
@@ -305,6 +305,11 @@ IF (CLITK_BUILD_TOOLS)
   TARGET_LINK_LIBRARIES(clitkImageGradientMagnitude clitkCommon )
   SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageGradientMagnitude)
 
+  WRAP_GGO(clitkImageLaplacian_GGO_C clitkImageLaplacian.ggo)
+  ADD_EXECUTABLE(clitkImageLaplacian clitkImageLaplacian.cxx ${clitkImageLaplacian_GGO_C})
+  TARGET_LINK_LIBRARIES(clitkImageLaplacian clitkCommon )
+  SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkImageLaplacian)
+
 
   #=========================================================
   option(CLITK_USE_ROOT "Build experimental tools using root" OFF)