blob: 6b80e91244f5ea6952b2035dc1ca78a9b009f319 [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.
source_set("client") {
sources = [
"canvas.cc",
"canvas.h",
"resources.cc",
"resources.h",
"types.cc",
"types.h",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.sketchy",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fsl",
"//garnet/public/lib/ui/scenic/cpp",
"//zircon/public/lib/async-loop-cpp",
]
include_dirs = [ "//third_party/glm" ]
}