9751881613ebe82e339ca575478bf03508af3fd9
[mesa.git] / src / gallium / auxiliary / cso_cache / SConscript
1 Import('*')
2
3 cso_cache = env.ConvenienceLibrary(
4 target = 'cso_cache',
5 source = [
6 'cso_cache.c',
7 'cso_hash.c',
8 ])
9
10 auxiliaries.insert(0, cso_cache)