nvfx: expose GLSL
[mesa/mesa-lb.git] / src / gallium / drivers / identity / SConscript
blob7f079dd0a8b8e3642a2878d73997badf71e9a1b5
1 Import('*')
3 env = env.Clone()
5 identity = env.ConvenienceLibrary(
6         target = 'identity',
7         source = [
8                 'id_screen.c',
9                 'id_context.c',
10                 'id_objects.c',
11         ])
13 Export('identity')