mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-13 15:20:31 +01:00
7 lines
102 B
Python
7 lines
102 B
Python
Import('*')
|
|
|
|
SConscript([
|
|
'gallium/SConscript',
|
|
'mesa/SConscript',
|
|
'gallium/winsys/SConscript',
|
|
])
|