blob: a532116ada7356e8d5bb361572d8ffff6458cb1b [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 = [ "//garnet/public/lib/escher:glm_config" ]
public_deps = [
"//garnet/public/lib/fxl",
]
}