blob: 86978ec55871af5706acf2fc553ae21f8a1030fd [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.
static_library("escher_base") {
sources = [
"make.h",
"ownable.h",
"owner.h",
"reffable.cc",
"reffable.h",
"trait.h",
"type_info.h",
"typed_reffable.h",
]
public_configs = [ "//src/ui/lib/escher/geometry:glm_config" ]
public_deps = [
"//src/lib/fxl",
]
}