mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
7 lines
89 B
Meson
7 lines
89 B
Meson
|
|
subdir('shaders')
|
||
|
|
|
||
|
|
gles2_sources = [
|
||
|
|
files('triangle_pass.c'),
|
||
|
|
gles2_shader_sources,
|
||
|
|
]
|