blob: 63778821f66e28889cfdaeb564301186514b45ba [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("memfs") {
sources = [ "main.cc" ]
public_deps = [
"//zircon/public/lib/async-loop-cpp",
"//zircon/public/lib/async-loop-default",
"//zircon/public/lib/fs",
"//zircon/public/lib/memfs",
"//zircon/public/lib/zx",
]
}