# Call CamiTK CMake Macro to define the component
camitk_extension(COMPONENT_EXTENSION
                 CEP_NAME SDK
                 DESCRIPTION "Support for STL 3D mesh format"
                 ENABLE_AUTO_TEST
                 TEST_FILES head1.STL skull1.stl
)

camitk_tests_requirement(TESTS component-stl-level3-1
                         component-stl-level3-2
                         REQUIRES "${VTK_VERSION} VERSION_LESS 8.2"
                         REASON "VTK version is 8.2 or above 6.3
   The default test files are written using the VTK version 6.3 or 7.1 in mind.
   This test will therefore fail when comparing the input to the output if another version of VTK is used."
)
