blob: 7f40677a178cfce2a0b50795fc74b4707ddddbc6 [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/fidl/fuchsia.ui.viewsv1",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/ui/base_view/cpp",
"//garnet/public/lib/ui/scenic/cpp",
"//garnet/public/lib/ui/sketchy/client",
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/trace-provider",
]
include_dirs = [ "//third_party/glm" ]
}