mesa/src/imagination/meson.build
Simon Perretta 21561f9718 pvr: drop legacy rogue compiler
Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
2025-09-16 18:26:10 +00:00

22 lines
407 B
Meson

# Copyright © 2022 Imagination Technologies Ltd.
# SPDX-License-Identifier: MIT
imagination_c_args = cc.get_supported_arguments(
'-Werror=pointer-arith',
)
inc_imagination = include_directories([
'.',
'common',
'include',
])
if with_imagination_vk or with_tools.contains('imagination')
subdir('common')
subdir('csbgen')
subdir('pco')
endif
if with_imagination_vk
subdir('vulkan')
endif