blob: 2854f0bb0933cdae5220ea575a0c7e97559f90f5 [file] [log] [blame]
# Copyright 2016 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.
source_set("cpp") {
sources = [
"icu_data.cc",
"icu_data.h",
]
deps = [
"//src/lib/fsl",
"//third_party/icu",
]
public_deps = [ "//zircon/public/lib/zx" ]
}
shared_library("icu_data_cpp") {
deps = [ ":cpp" ]
}