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
                 AUTO_TEST_LEVEL 3 
                 # Note: FullHead.mhd is also provided, but as its orientation is not RAI, only test level 2 can succeed
                 # it is therefore excluded from the test files, althought provided as testdata
                 TEST_FILES brain.mha sinus.mhd
                 
                 # Uncomment next line to activate memory leak test (open/close the same file many times)                 
                 # ENABLE_INTEGRATION_TEST
)

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