blob: 20bed2ea56ca5b18c8b3b04d6cf3e1e18257e734 [file] [log] [blame]
# Copyright 2018 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.
source_set("check_vulkan_support") {
sources = [
"check_vulkan_support.cc",
"check_vulkan_support.h",
]
public_deps = [
"//garnet/public/lib/escher:vulkan",
]
}