# 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")

# Fixture for audio_loopback_test -> stage it next to the tests, not in the
# deployable root. audio_loopback_test spawns coop_tone.exe from its own directory.
coop_output_subdir(tests coop_tone)
