blob: 6ae503775d0b7335921414194628a580bedac4c6 [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 = [
"//sdk/fidl/fuchsia.virtualconsole:fuchsia.virtualconsole_c",
"//sdk/lib/fdio",
"//zircon/system/ulib/zircon-internal",
]
}