# Call CamiTK CMake Macro to define the action
camitk_extension(ACTION_EXTENSION
                 DEFINES COMPILE_ELASTIX_REGISTRATION_API
                 CEP_NAME SDK
                 DESCRIPTION "Call elastix to register images"
)
                
# Recursively update the shiboken path variable containing the CamiTK SDK tree structure
set(SHIBOKEN_CAMITK_SDK_PATH ${SHIBOKEN_CAMITK_SDK_PATH}:${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")

# TODO : what about the transf.sh script??? Add an option that apply the transformation ? With which parameters ?