blob: 3fb51a4e12977ed8d9abac166c1d85972bcfaa56 [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.
library("linenoise") {
sources = [
"linenoise.c",
]
include_dirs = [ "include/linenoise" ]
deps = [
"$zx/system/ulib/fdio",
]
}