Trass3r/cl4d

How to get libOpenCL.a?

NCrashed opened this issue · 3 comments

How did you get OpenCL.lib? I need equalent for linux platform to provide crosspaltfom support.

Created it with implib. Shouldn't it be enough to compile with -lOpenCL?

No, it is not enough. The best way is to handle dynamic bindings to OpenCL like #5

Ok closing this one then.