summaryrefslogtreecommitdiff
path: root/src/glsl/cl/SConscript
blob: 9a4e4c15b6d255a2e83b616dd504cb1b85e7399e (plain)
1
2
3
4
5
6
7
8
9
10
11
Import('*')

env = env.Clone()

glslcl = env.StaticLibrary(
    target = 'glslcl',
    source = [
        'sl_cl_parse.c',
    ],
)
Export('glslcl')