blob: 8ad2466291de73a3ad6c71804ca5ade442c9057c [file] [log] [blame]
Import('env')
env = env.Clone()
util = env.StaticLibrary(
target = ['util'],
source = [
'readtex.c',
'trackball.c',
'showbuffer.c',
'shaderutil.c',
],
)
Export('util')