mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 18:10:11 +01:00
14 lines
300 B
Python
14 lines
300 B
Python
SConscript([
|
|
'util/SConscript',
|
|
'demos/SConscript',
|
|
'glsl/SConscript',
|
|
'redbook/SConscript',
|
|
'samples/SConscript',
|
|
'tests/SConscript',
|
|
'trivial/SConscript',
|
|
'vp/SConscript',
|
|
'vpglsl/SConscript',
|
|
'fp/SConscript',
|
|
'wgl/SConscript',
|
|
'perf/SConscript',
|
|
])
|