blob: d31f2c3b75589501210f77961c1484b9d60ed757 [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("loadgen") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "loadgen.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/fbl",
]
}