How to add different OpenCL installed libraries to my CMake project

I’ve the interfaces under my repo. I also installed some vendor OpenCL libs and I don’t know how I can handle separately. The best I know, I create a small library for each verndors and before calling them I check whetherit is exist or not. Do you have any bettter suggestion?

1 Like