Lines Matching +full:cmake +full:- +full:core
7 https://github.com/KhronosGroup/OpenCL-Headers
14 …ation, it is part of the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK). If looking for …
18 - The OpenCL Headers CMake package support uses CMake for its build system.
19 If CMake is not provided by your build system or OS package manager, please consult the [CMake webs…
22 While the headers may just be copied as-is, this repository also contains a
23 CMake script with an install rule to allow for packaging the headers.
26 cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/chosen/install/prefix
27 cmake --build build --target install
32 Example CMake invocation
35 cmake -D CMAKE_PREFIX_PATH=/chosen/install/prefix /path/to/opencl/app
40 ```cmake
53 API headers, where version-specific API headers either existed in separate
76 prototypes for every known core OpenCL API and OpenCL extension API. If this is
81 applies to core OpenCL APIs and OpenCL extension APIs.
82 * `CL_NO_CORE_PROTOTYPES`: No function prototypes will be declared for core
92 For example, to declare function prototypes for core OpenCL 3.0 APIs only, you
130 ---