blob: e228efe15f1191c1aeebc0a1eda3ccd9861e130c [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 = [
"//sdk/lib/sys/cpp",
"//src/diagnostics/examples/inspect/fidl:fuchsia.examples.inspect",
]
}