aboutsummaryrefslogtreecommitdiff
path: root/opencl-1.2-stubs/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'opencl-1.2-stubs/SConscript')
-rw-r--r--opencl-1.2-stubs/SConscript7
1 files changed, 7 insertions, 0 deletions
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")