From bfca609ec9e012625e51267ea245e9076f16c96b Mon Sep 17 00:00:00 2001 From: Morris Hafner Date: Sun, 12 May 2019 21:32:18 +0100 Subject: [PATCH] Add references to C++ packages --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8d224380..78d6a777 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +# Getting the ICD Loader + + + + + + + + +
ConanvcpkgCMake (v3.0 and up)
+

+find_package(OpenCL REQUIRED NO_MODULE)
+target_link_libraries(app PRIVATE OpenCL::OpenCL)
+
+
+ +Please note that these packages are maintained by the community and not by the Khronos Group. Please raise any packaging-related issues on their respective repositories. + # Building the OpenCL ICD Loader and Tests The build system will build ICD Loader library (OpenCL.dll or libOpenCL.so), the