blob: dab2e2e7f77db8d753847616fa82e29110cb4d2f [file] [log] [blame]
Anthony Barbier6ff3b192017-09-04 18:44:23 +01001Import("env")
2
3opencl = env.SharedLibrary("OpenCL", "opencl_stubs.c")
4alias = Alias("opencl", opencl)
5Default(alias)
6
7Export("opencl")