blob: ca6213cfff14af209f802f8759b65dac4430284f [file] [log] [blame]
Import('*')
env = env.Clone()
identity = env.ConvenienceLibrary(
target = 'identity',
source = [
'glhd_context.c',
'glhd_objects.c',
'glhd_screen.c',
])
Export('identity')