blob: fa3a31af16e06ba3cc8a01363d9128b7c3ce53dc [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.
source_set("smoothsort") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"qsort.c",
]
}