mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 18:08:15 +02:00
7 lines
102 B
Python
7 lines
102 B
Python
Import('*')
|
|
|
|
SConscript([
|
|
'gallium/SConscript',
|
|
'mesa/SConscript',
|
|
'gallium/winsys/SConscript',
|
|
])
|