blob: c050682020ab531abd5bbeb02b2e65d9c3af3e80 [file] [log] [blame]
# Copyright 2020 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("bin") {
output_name = "inspect_cpp_codelab_client"
sources = [ "main.cc" ]
deps = [
"//examples/diagnostics/inspect/codelab/fidl:fuchsia.examples.inspect",
"//sdk/lib/sys/cpp",
]
}