I got a c++ project in visual studio that uses cuda. now I want to add to the project a google unit test
but when I include in my unit test project a header that includes cuda. I get an error:
How can I do a unit test to a cu file.
I guess I need to configure my project the problem is that it’s not a cuda project so I don’t have the
cuda C\C++
tab in my Properties.