X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FCMakeLists.txt;h=77f12f9f863e301e089cc28c49aab05a20276fe8;hb=14d6a55438749d14c04f32539b5bc76c6e0b97c8;hp=1db0dcce834968e82f91fdfe4bb380eb1e106669;hpb=0a96ecce8910123da64bc9142c964d8ac3f70565;p=clitk.git diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 1db0dcc..77f12f9 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -108,6 +108,12 @@ IF (CLITK_BUILD_TOOLS) TARGET_LINK_LIBRARIES(clitkAffineTransform clitkCommon ) SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkAffineTransform) + WRAP_GGO(clitkElastixTransformToMatrix_GGO_C clitkElastixTransformToMatrix.ggo) + ADD_EXECUTABLE(clitkElastixTransformToMatrix clitkElastixTransformToMatrix.cxx ${clitkElastixTransformToMatrix_GGO_C}) + TARGET_LINK_LIBRARIES(clitkElastixTransformToMatrix clitkCommon ) + SET(TOOLS_INSTALL ${TOOLS_INSTALL} clitkElastixTransformToMatrix) + + WRAP_GGO(clitkSetBackground_GGO_C clitkSetBackground.ggo) ADD_EXECUTABLE(clitkSetBackground clitkSetBackground.cxx clitkSetBackgroundGenericFilter.cxx ${clitkSetBackground_GGO_C}) TARGET_LINK_LIBRARIES(clitkSetBackground clitkCommon)