xref: /aosp_15_r20/external/mesa3d/src/microsoft/meson.build (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1# Copyright © Microsoft Corporation
2# SPDX-License-Identifier: MIT
3
4subdir('compiler')
5if with_microsoft_clc
6  subdir('clc')
7endif
8if with_spirv_to_dxil or with_microsoft_vk
9  subdir('spirv_to_dxil')
10endif
11if with_microsoft_vk
12  subdir('vulkan')
13endif
14