]> Creatis software - clitk.git/commitdiff
Add CMake entry to compile clitkMaskLandmarks
authorVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Mon, 4 Mar 2013 15:29:30 +0000 (16:29 +0100)
committerVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Mon, 4 Mar 2013 15:29:30 +0000 (16:29 +0100)
tools/CMakeLists.txt

index e6b57d34f78108685daf4e7a0ead5b4b48cd9c8f..862148a10ee91817ef96abeae275f205147beb49 100644 (file)
@@ -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)