blob: c47fefa16b5a2503d6207eba63c3a4b00ee4a392 [file] [log] [blame]
# Copyright 2018 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("bt-beacon-reader") {
sources = [
"app.cc",
"app.h",
"beacons.cc",
"beacons.h",
"main.cc",
]
deps = [
"//sdk/fidl/fuchsia.bluetooth.le:fuchsia.bluetooth.le_hlcpp",
"//sdk/lib/sys/cpp",
"//src/lib/fsl",
"//src/lib/fxl:fxl_cli",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
]
}