blob: f0e520ced038778a6eb2af9ab04cf1bd1a5b6099 [file]
# 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("temperature-cli") {
sources = [ "main.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.adc:fuchsia.hardware.adc_cpp_wire",
"//sdk/fidl/fuchsia.hardware.temperature:fuchsia.hardware.temperature_cpp_wire",
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
]
}