OSDN Git Service

Update scons build for new code layout.
[android-x86/external-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)