blob: 2d3349380673af2c937b5c8a70b0f4419e8a3d10 [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.
executable("vkext") {
testonly = true
sources = [
"main.cc",
"vk_ext_buffer_collection.cc",
"vk_fuchsia_external_memory.cc",
"vk_fuchsia_external_semaphore.cc",
]
deps = [
"../vkreadback:vkreadback_src",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem",
"//sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_c",
"//src/graphics/lib/magma/src/magma_util/platform:logger_impl",
"//src/graphics/lib/magma/src/magma_util/platform:semaphore",
"//src/graphics/tests/common",
"//src/lib/fxl/test:test_settings",
"//third_party/googletest:gtest",
"//zircon/public/lib/fdio",
]
deps += [ "//src/lib/vulkan" ]
public_configs = [ "//build/config:Wno-reorder-init-list" ]
}