mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 02:40:11 +01:00
11 lines
232 B
Python
11 lines
232 B
Python
SConscript([
|
|
'util/SConscript',
|
|
'demos/SConscript',
|
|
'redbook/SConscript',
|
|
'samples/SConscript',
|
|
'tests/SConscript',
|
|
'trivial/SConscript',
|
|
'vp/SConscript',
|
|
'vpglsl/SConscript',
|
|
'fp/SConscript',
|
|
])
|