glsl/meson: Add variable to export float64.glsl

Signed-off-by: Mykhailo Skorokhodov <mykhailo.skorokhodov@globallogic.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18854>
This commit is contained in:
Mykhailo Skorokhodov
2022-10-19 23:00:17 +03:00
committed by Marge Bot
parent 4692c66358
commit f8425e661a
+2
View File
@@ -70,6 +70,8 @@ float64_glsl_h = custom_target(
command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'float64_source'],
)
float64_glsl_file = [files('float64.glsl')]
files_libglsl = files(
'ast.h',
'ast_array_index.cpp',