mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 23:08:12 +02:00
11 lines
174 B
Python
11 lines
174 B
Python
Import('*')
|
|
|
|
cso_cache = env.ConvenienceLibrary(
|
|
target = 'cso_cache',
|
|
source = [
|
|
'cso_context.c',
|
|
'cso_cache.c',
|
|
'cso_hash.c',
|
|
])
|
|
|
|
auxiliaries.insert(0, cso_cache)
|