blob: da37282fe8ca546a4f237978a6beb7391575b180 [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)