blob: 4c696e83b64539d92709fdd6930e3a5a83138e5f [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("hello_base_view") {
output_name = "hello_base_view"
sources = [
"example_presenter.h",
"example_presenter.cc",
"main.cc",
"view.h",
"view.cc",
]
deps = [
"//garnet/public/fidl/fuchsia.ui.policy",
"//garnet/public/lib/ui/base_view/cpp",
"//zircon/public/lib/async-loop-cpp",
]
}