| # 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", | |
| ] | |
| } |