X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=36fb8d919a2855a0940f5035b424559d40867a65;hb=a9ed6e12f88c58c51aae8194f0de24e8f467494a;hp=505c2109f1d2a0b48ea66394cd629df46290ebd2;hpb=20f9a906dc7d6e3c9a69f582f9d96d1e4e4131b8;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 505c210..36fb8d9 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -54,6 +54,11 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkVFResample clitkCommon ${ITK_LIBRARIES}) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkVFResample) + WRAP_GGO(clitkVFInterpolate_GGO_C clitkVFInterpolate.ggo) + ADD_EXECUTABLE(clitkVFInterpolate clitkVFInterpolate.cxx clitkVFInterpolateGenericFilter.cxx ${clitkVFInterpolate_GGO_C}) + TARGET_LINK_LIBRARIES(clitkVFInterpolate clitkCommon ${ITK_LIBRARIES}) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkVFInterpolate) + WRAP_GGO(clitkImageCreate_GGO_C clitkImageCreate.ggo) ADD_EXECUTABLE(clitkImageCreate clitkImageCreate.cxx ${clitkImageCreate_GGO_C}) TARGET_LINK_LIBRARIES(clitkImageCreate clitkCommon ${ITK_LIBRARIES})