blob: 6f440c6b6fc0a134de38c23de9def31f981bee22 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("audio") {
sources = [
"audio.cpp",
"sine-source.cpp",
"wav-common.cpp",
"wav-sink.cpp",
"wav-source.cpp",
]
deps = [
"$zx/system/ulib/audio-proto-utils",
"$zx/system/ulib/audio-utils",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}