blob: 4ef86cf2002584ec19127b0453c56b11b0392f3f [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/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
"//zircon/system/ulib/trace-provider",
]
}