blob: 8f9b8dde59c250ce6ac8afcf73ed24d0ac82b34a [file] [log] [blame]
# Copyright 2018 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("strings") {
public_configs = ["//third_party/abseil-cpp:abseil_config"]
sources = [
"escaping.h",
"escaping.cc",
"str_cat.h",
"str_cat.cc",
]
deps = [
"//third_party/abseil-cpp/absl/base:core_headers",
]
}