| # 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 = [ | |
| "app.cc", | |
| "app.h", | |
| "main.cc", | |
| "scene.cc", | |
| "scene.h", | |
| ] | |
| deps = [ | |
| "//garnet/public/lib/app/cpp", | |
| "//garnet/public/lib/fidl/cpp/bindings", | |
| "//garnet/public/lib/ui/scenic:client", | |
| "//garnet/public/lib/ui/sketchy", | |
| ] | |
| include_dirs = [ "//third_party/glm" ] | |
| } |