blob: 4a61f83143b23ceda8c5b6f97704eb159f9e4773 [file] [log] [blame]
Import('env')
Import('build_library')
opencl = build_library('OpenCL', "opencl_stubs.c", [], False)
alias = Alias('opencl', opencl)
Default(alias)
Export('opencl')