blob: 0139d2a100c8f6f8f9e974a94e1b00a47aa6f9ef [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 = [ "//src/ui/lib/escher:vulkan" ]
}
source_set("escher_geometry_utils") {
public_deps = [ "//src/lib/fxl" ]
sources = [
"align.h",
"alloca.h",
"bit_ops.h",
"bitmap.h",
"debug_print.h",
]
}