blob: c42f1da0393829e165fa917c2e6ed4eb4298d841 [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/app/cpp",
"//garnet/public/lib/fidl/cpp/bindings",
"//garnet/public/lib/ui/scenic:client",
"//garnet/public/lib/ui/sketchy",
"//garnet/public/lib/ui/view_framework:view_provider",
"//garnet/public/lib/ui/views/fidl",
"//zircon/system/ulib/trace-provider",
]
include_dirs = [ "//third_party/glm" ]
}