office-gobmx/external/clew
Stephan Bergmann c047e3f98f Missing include for intptr_t
...at least when building with clang-cl against recent MSVC 2019 standard
library:

> external/clew/source/include\clew/clew.h(319,9): error: unknown type name 'intptr_t'
> typedef intptr_t            cl_context_properties;
>         ^

Change-Id: Ib438b680964028461ac3e566410fc90259d015b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122888
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-09-30 15:55:11 +02:00
..
source
Library_clew.mk
Makefile
Module_clew.mk
README

CLEW is the OpenCL Extension Wrangler - similar to GLEW but for OpenCL

This project doesn't appear to have an obvious upstream, so
the source files are in our git repo and there is no option
to use a system library.