| # 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. | |
| executable("vkpriority") { | |
| testonly = true | |
| sources = [ | |
| "main.cc", | |
| "vkpriority.cc", | |
| ] | |
| deps = [] | |
| public_deps = [ | |
| "//src/lib/fxl/test:test_settings", | |
| "//third_party/googletest:gtest", | |
| ] | |
| public_deps += [ "//src/lib/vulkan" ] | |
| } |