blob: 9ed12808a1b8b02102426bcd3ccd754dae60ff5d [file] [log] [blame]
# Copyright 2019 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("bouncing_ball") {
output_name = "bouncing_ball"
sources = [
"main.cc",
]
deps = [
"//sdk/fidl/fuchsia.ui.app",
"//sdk/fidl/fuchsia.ui.gfx",
"//sdk/fidl/fuchsia.ui.scenic",
"//garnet/public/lib/component/cpp:cpp",
"//garnet/public/lib/fxl",
"//garnet/public/lib/ui/scenic/cpp:cpp",
"//zircon/public/lib/async-loop-cpp",
]
}