camitk_extension(ACTION_EXTENSION 
                 DEFINES COMPILE_APPLICATION_FILE_ACTION_API
                 CEP_NAME SDK
                 DESCRIPTION "Features file actions used at application level (these actions are often mandatory and required for CamiTK applications to work)"
)

if(NOT ACTION_FILE)
    message(FATAL_ERROR "ACTION_FILE cannot be set to OFF, it is mandatory for any CamiTK applications")
endif()
