mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support
[mesa.git] / src / gallium / auxiliary / cso_cache / SConscript
1 Import('*')
2
3 cso_cache = env.ConvenienceLibrary(
4 target = 'cso_cache',
5 source = [
6 'cso_context.c',
7 'cso_cache.c',
8 'cso_hash.c',
9 ])
10
11 auxiliaries.insert(0, cso_cache)