rsnemmen / OpenCL-examples

Simple OpenCL examples for exploiting GPU computing
186 stars 70 forks source link

Platform independent build system #1

Open christianrauch opened 5 years ago

christianrauch commented 5 years ago

Would you mind to add CMake (or alternative platform independent) build scripts? At the moment, the build procedure is limited to the Apple ecosystem. OpenCL is deprecated in macOS. The Xcode project files might become redundant at some point.

rsnemmen commented 5 years ago

sure. Contributions are welcome to add CMake build scripts. I don't have the time to do this myself, but any pull requests will be welcome.