blob: 2895beebd0864439a0631fe7c1e6ec5ff2e2c8e0 [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("midiecho") {
sources = [
"midiecho.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-midi:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}