mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 08:08:09 +02:00
11 lines
167 B
Python
11 lines
167 B
Python
Import('*')
|
|
|
|
rtasm = env.ConvenienceLibrary(
|
|
target = 'rtasm',
|
|
source = [
|
|
'rtasm_cpu.c',
|
|
'rtasm_execmem.c',
|
|
'rtasm_x86sse.c'
|
|
])
|
|
|
|
auxiliaries.insert(0, rtasm)
|