blob: 4ffb51e12390ff01164399a29294608335ff0c6a [file] [log] [blame]
# Copyright 2017 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.
import("//build/package.gni")
import("//third_party/vulkan_loader_and_validation_layers/layers/layers.gni")
executable("vulkaninfo_bin") {
output_name = "vulkaninfo"
sources = [
"vulkaninfo.c",
]
deps = [
"//third_party/vulkan_loader_and_validation_layers:vulkan",
]
}