diff options
Diffstat (limited to 'make/stub_includes/opencl.h')
-rw-r--r-- | make/stub_includes/opencl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/stub_includes/opencl.h b/make/stub_includes/opencl.h new file mode 100644 index 00000000..28b874e7 --- /dev/null +++ b/make/stub_includes/opencl.h @@ -0,0 +1,12 @@ +//just to make ANTLR happy +// #define __GNUC__ + +#include <CL/cl_platform.h> +#include <CL/cl.h> +#include <CL/cl_ext.h> +//#include <CL/cl_vendor_ext.h> + +//#include <GL/gl.h> +#include <gltypes.h> +#include <CL/cl_gl.h> +#include <CL/cl_gl_ext.h> |