blob: 6a3f2a40f7292bab008b4f21e867a5c7633e6c65 [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("screencap") {
output_name = "screencap"
sources = [
"main.cc",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fsl",
"//sdk/fidl/fuchsia.ui.scenic",
"//src/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
}