st/xorg: Include cursorstr.h
[mesa.git] / progs / util / SConscript
1 Import('env')
2
3 env = env.Clone()
4
5 util = env.StaticLibrary(
6 target = ['util'],
7 source = [
8 'readtex.c',
9 'trackball.c',
10 'showbuffer.c',
11 'shaderutil.c',
12 ],
13 )
14
15 Export('util')