blob: 3f023fd7ac648c49380164c0a5ebc5dbddf0e131 [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" ]
}