How to init visual studio project with CMake?
deceased0a opened this issue · 1 comments
deceased0a commented
Hello. I can't link CUDA, boost in my CMake project. How to do it?
How to enable cuda dependence in CMake?
ddemidov commented
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.