X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=899bd36926334450346382e69dcc510f657ad100;hb=0db19ec416f7f4f68a398636fd451688792c6e8d;hp=77f12f9f863e301e089cc28c49aab05a20276fe8;hpb=ae2fd017cec9dc939c314e49718abcdad161968c;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 77f12f9..899bd36 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -113,6 +113,10 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkElastixTransformToMatrix clitkCommon ) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkElastixTransformToMatrix) + WRAP_GGO(clitkMatrixToElastixTransform_GGO_C clitkMatrixToElastixTransform.ggo) + ADD_EXECUTABLE(clitkMatrixToElastixTransform clitkMatrixToElastixTransform.cxx ${clitkMatrixToElastixTransform_GGO_C}) + TARGET_LINK_LIBRARIES(clitkMatrixToElastixTransform clitkCommon ) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkMatrixToElastixTransform) WRAP_GGO(clitkSetBackground_GGO_C clitkSetBackground.ggo) ADD_EXECUTABLE(clitkSetBackground clitkSetBackground.cxx clitkSetBackgroundGenericFilter.cxx ${clitkSetBackground_GGO_C})