vexcl icon indicating copy to clipboard operation
vexcl copied to clipboard

How to init visual studio project with CMake?

Open ghost opened this issue 8 years ago • 1 comments

Hello. I can't link CUDA, boost in my CMake project. How to do it? How to enable cuda dependence in CMake?

ghost avatar Nov 05 '16 12:11 ghost

If you are asking how to compile the vexcl tests and examples with the CUDA backend, then you could do this by setting the VEXCL_BACKEND CMake variable, as in

cmake .. -DVEXCL_BACKEND=CUDA

And if you want to know how to do this for your own project, have a look here.

ddemidov avatar Nov 05 '16 13:11 ddemidov