summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/cso_cache/SConscript
blob: 651e68a191a7db1c9916465fe2a496a02f3a2fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
Import('*')

cso_cache = env.ConvenienceLibrary(
	target = 'cso_cache',
	source = [
		'cso_context.c',
		'cso_cache.c',
		'cso_hash.c',
	])

auxiliaries.insert(0, cso_cache)