blob: 2b5477a183211df58991b05f7db54b2a41215332 [file] [log] [blame]
# Copyright 2016 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("launch") {
sources = [
"main.cc",
]
deps = [
"//garnet/public/lib/app/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//garnet/public/lib/ui/presentation/fidl",
"//garnet/public/lib/ui/views/fidl",
]
}