From 6ff3b19ee6120edf015fad8caab2991faa3070af Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Mon, 4 Sep 2017 18:44:23 +0100 Subject: COMPMID-344 Updated doxygen Change-Id: I32f7b84daa560e460b77216add529c8fa8b327ae --- opencl-1.2-stubs/SConscript | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 opencl-1.2-stubs/SConscript (limited to 'opencl-1.2-stubs/SConscript') diff --git a/opencl-1.2-stubs/SConscript b/opencl-1.2-stubs/SConscript new file mode 100644 index 0000000000..dab2e2e7f7 --- /dev/null +++ b/opencl-1.2-stubs/SConscript @@ -0,0 +1,7 @@ +Import("env") + +opencl = env.SharedLibrary("OpenCL", "opencl_stubs.c") +alias = Alias("opencl", opencl) +Default(alias) + +Export("opencl") -- cgit v1.2.1