blob: f6f0b5ab5556eb510a8cb9bba304eeee7bf7a12c [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.
import("../../../../../gn/build_rules.gni")
#
# spinel_vk_path_builder: exercise the Spinel Path Builder API
#
graphics_compute_vulkan_executable("spinel_vk_path_builder") {
sources = [
"main.c",
]
include_dirs =
[ "$root_gen_dir/src/graphics/lib/compute/spinel/platforms/vk" ]
deps = [
"${graphics_compute_dir}/common",
"${graphics_compute_dir}/common/vk",
"${graphics_compute_dir}/spinel/platforms/vk",
"${graphics_compute_dir}/spinel/platforms/vk/targets/vendors/amd/gcn3:generate",
"${graphics_compute_dir}/spinel/platforms/vk/targets/vendors/intel/gen8:generate",
"${graphics_compute_dir}/spinel/platforms/vk/targets/vendors/nvidia/sm50:generate",
]
}