gallium: change remaining util functions to use cso sampler views
[mesa/mesa-lb.git] / progs / util / SConscript
blob8ad2466291de73a3ad6c71804ca5ade442c9057c
1 Import('env')
3 env = env.Clone()
5 util = env.StaticLibrary(
6     target = ['util'],
7     source = [
8         'readtex.c',
9         'trackball.c',
10         'showbuffer.c',
11         'shaderutil.c',
12     ],
15 Export('util')