From 7297ac5d9cac676ed6cd4552a6b47204f9db2512 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 31 Oct 2021 18:24:07 +0000 Subject: Include shaders in install. --- meson.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 27c8144..e1b1a38 100644 --- a/meson.build +++ b/meson.build @@ -31,6 +31,11 @@ shader_location = join_paths( '' ) +install_subdir( + 'shaders', + install_dir: data_location +) + add_project_arguments( [ '-pedantic', -- cgit v1.2.3