blob: 289fbd0151961a2ab26e1cf935eb590d27ff2450 [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 = [
"//sdk/fidl/fuchsia.ui.scenic",
"//sdk/lib/sys/cpp",
"//src/lib/fsl",
"//src/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
"//zircon/public/lib/trace-provider-with-fdio",
]
}