# Known audio source for the audio-mirror integration test: renders a sine wave
# on the default endpoint until it exits.
add_executable(coop_tone main.cpp)
target_link_libraries(coop_tone PRIVATE ole32)
set_target_properties(coop_tone PROPERTIES OUTPUT_NAME "coop_tone")
