mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 18:08:15 +02:00
Reviewed-By: Pohsiang Hsu <pohhsu@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34844>
15 lines
No EOL
423 B
Meson
15 lines
No EOL
423 B
Meson
# Copyright © Microsoft Corporation
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if with_microsoft_clc or with_spirv_to_dxil or with_microsoft_vk or (with_gallium_d3d12 and not get_option('gallium-d3d12-graphics').disabled())
|
|
subdir('compiler')
|
|
if with_microsoft_clc
|
|
subdir('clc')
|
|
endif
|
|
if with_spirv_to_dxil or with_microsoft_vk
|
|
subdir('spirv_to_dxil')
|
|
endif
|
|
if with_microsoft_vk
|
|
subdir('vulkan')
|
|
endif
|
|
endif |