You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/modules/Vulkan-Headers/meson.build

13 lines
362 B
Meson

prog_git = find_program('git')
prog_sh = find_program('sh')
script_clone_hdrs = files('clone_headers.sh')
vk_api_xml = custom_target(
'vk_api_xml',
input : [],
output : ['vk.xml'], # because output can't have segments, link vk.xml to this subdir dir in build prefix
command : [
prog_sh, script_clone_hdrs, prog_git, meson.current_build_dir()
],
)