blob: 9c84f3fe8501038f6c37e51d723e6341bad74fde [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("temperature-cli") {
sources = [ "main.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.adc:fuchsia.hardware.adc_llcpp",
"//sdk/fidl/fuchsia.hardware.temperature:fuchsia.hardware.temperature_llcpp",
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
"//zircon/public/lib/zx",
]
}