blob: 4b88d3122de04c86e81bc6f763797c2f073eefcd [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.
executable("vulkan_is_supported") {
sources = [
"main.cc",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/escher/util:check_vulkan_support",
]
}