mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 22:30:12 +01:00
13 lines
277 B
Python
13 lines
277 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',
|
|
])
|