camitk_extension(COMPONENT_EXTENSION
                 DEFINES COMPILE_VTK_IMAGE_COMPONENT_API
                 HEADERS_TO_INSTALL  VtkImageComponent.h VtkImageComponentAPI.h
                 CEP_NAME SDK
                 DESCRIPTION "Support for most native vtk image file formats"
                 ENABLE_AUTO_TEST
                 # mha binary data are never saved exactly the same way -> level 2 is the best we can do
                 AUTO_TEST_LEVEL 2
                 TEST_FILES brain.mha sinus.mhd
)

# 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 "") 
