From: Vivien Delmon Date: Mon, 4 Mar 2013 15:29:30 +0000 (+0100) Subject: Add CMake entry to compile clitkMaskLandmarks X-Git-Tag: v1.4.0~242^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=06ccb7f6495f8285f2d4178c614994ccef04a2e3;p=clitk.git Add CMake entry to compile clitkMaskLandmarks --- diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index e6b57d3..862148a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -223,6 +223,11 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkTransformLandmarks clitkCommon ${ITK_LIBRARIES}) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkTransformLandmarks) + WRAP_GGO(clitkMaskLandmarks_GGO_C clitkMaskLandmarks.ggo) + ADD_EXECUTABLE(clitkMaskLandmarks clitkMaskLandmarks.cxx ${clitkMaskLandmarks_GGO_C}) + TARGET_LINK_LIBRARIES(clitkMaskLandmarks clitkCommon ${ITK_LIBRARIES}) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkMaskLandmarks) + ADD_EXECUTABLE(clitkMakeSphereImage clitkMakeSphereImage.cxx) # clitkLineProfileGenericFilter.cxx ${clitkLineProfile_GGO_C}) TARGET_LINK_LIBRARIES(clitkMakeSphereImage clitkCommon ${ITK_LIBRARIES}) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkMakeSphereImage)