blob: 00f553ae1df12e0157cffacc0f5a51a90e3084a1 [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("run-vc") {
sources = [
"main.c",
]
deps = [
"$zx/system/fidl/fuchsia-virtualconsole:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}