cmake_minimum_required(VERSION 3.13)

project(files)

add_basic_example(delete_file)
add_basic_example(delete_file_async)
add_basic_example(download_uploaded_file)
add_basic_example(download_uploaded_file_async)
add_basic_example(list_files)
add_basic_example(list_files_async)
add_basic_example(retrieve_file)
add_basic_example(retrieve_file_async)
add_basic_example(upload_file)
add_basic_example(upload_file_async)
