blob: 5411b77de6632c8ad62b0b9336b37b6f0b25d407 [file] [log] [blame]
# Copyright 2017 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("bluetoothcli") {
output_name = "bluetoothcli"
sources = [
"app.cc",
"app.h",
"commands.cc",
"commands.h",
"helpers.cc",
"helpers.h",
"logging.cc",
"logging.h",
"main.cc",
]
deps = [
"//garnet/bin/bluetooth_tools/lib",
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/bluetooth/fidl",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/third_party/ulib/linenoise",
]
}