blob: 519bc3afa0a86a1a621f0d8d2896299ac4926b73 [file] [log] [blame]
# Copyright 2019 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.
import("//build/zircon/zx_library.gni")
zx_library("range") {
sdk = "source"
sdk_headers = [ "range/range.h" ]
sources = [ "range.cc" ]
public_deps = [ "//zircon/system/public" ]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}