# vtkmesh component does not require any specific things
# to be compiled/generated by default
# there are some header installation needed 
camitk_extension(   COMPONENT_EXTENSION
                    DEFINES COMPILE_VTK_COMPONENT_API
                    HEADERS_TO_INSTALL VtkMeshComponent.h
                                    VtkMeshComponentExtension.h                                    
                                    VtkMeshComponentAPI.h
                                    VtkMeshUtil.h
                                    CEP_NAME SDK
                    DESCRIPTION "Support for native (legacy) vtkmesh files"
                    TEST_APPLICATION ${APPLICATION_TEST_COMPONENT}
                    DISABLE_TESTLEVEL3
)

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