blob: 32ce04d1e85e3d135fa31779c93d7e771db65305 [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_deps = [
"//sdk/lib/syslog/cpp",
"//src/lib/fxl",
]
}