blob: 3dd6703cc8b56a2147a3b13b592036f1082eb43c [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/fidl/fuchsia-hardware-pty:c",
"$zx/system/ulib/fdio",
]
}