blob: 661525188b4102f8b3741d636de0fc1c6200974e [file] [log] [blame]
# Copyright 2017 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("sketchy") {
output_name = "sketchy_client"
sources = [
"main.cc",
"view.cc",
"view.h",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/ui/scenic/cpp",
"//garnet/public/lib/ui/sketchy/client",
"//garnet/public/lib/ui/view_framework:view_provider",
"//garnet/public/fidl/fuchsia.ui.viewsv1",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
include_dirs = [ "//third_party/glm" ]
}