xref: /aosp_15_r20/external/angle/src/libANGLE/renderer/metal/file_hooking/BUILD.gn (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# Copyright 2020 The ANGLE Project Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4#
5# This file houses the build configuration for the ANGLE Metal back-end's file hooking library.
6
7import("../../../../../gni/angle.gni")
8
9angle_shared_library("metal_shader_cache_file_hooking") {
10  sources = [ "shader_cache_file_hooking.cpp" ]
11}
12