blob: 8035247220bf8c2fd49b3586ac38bc0fd6876956 [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.
executable("lz4") {
sources = [
"main.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/lz4",
]
}