mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Acked-by: Dylan Baker <dylan.c.baker@intel.com> Acked-by: Eric Engestrom <eric@igalia.com> Acked-by: Daniel Stone <daniels@collabora.com> Signed-off-by: David Heidelberg <david@ixit.cz> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29972>
13 lines
253 B
Meson
13 lines
253 B
Meson
# Copyright © Microsoft Corporation
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
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
|