# Call CamiTK CMake Macro to define the action
camitk_extension(ACTION_EXTENSION
                 DEFAULT
                 INSTALL_ALL_HEADERS
                 DESCRIPTION "Show the contour of the mesh in a given orientation slice"
                 NEEDS_VIEWER interactivegeometryviewer interactivesliceviewer
                 AUTO_TEST
                 # all files but .frame
                 TEST_FILES sinus_skin_decimated.obj
)

