blob: 9751881613ebe82e339ca575478bf03508af3fd9 [file] [log] [blame]
Import('*')
cso_cache = env.ConvenienceLibrary(
target = 'cso_cache',
source = [
'cso_cache.c',
'cso_hash.c',
])
auxiliaries.insert(0, cso_cache)