cmake_minimum_required(VERSION 3.13)

project(audio)

add_basic_example(create_speech)
add_basic_example(create_speech_async)
add_basic_example(create_transcription)
add_basic_example(create_transcription_async)
add_basic_example(create_translation)
add_basic_example(create_translation_async)
