blob: 93fb9c4b7b28940555c0bd1b0cae82390f1c5652 [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/lib/sys/cpp",
"//sdk/lib/ui/scenic/cpp",
"//zircon/system/ulib/async-loop:async-loop-cpp",
"//zircon/system/ulib/async-loop:async-loop-default",
]
}