bkaradzic / GENie

GENie - Project generator tool
Other
905 stars 168 forks source link

CUDA support #543

Open vladsterz opened 2 years ago

vladsterz commented 2 years ago

Hats off for the amazing tool.

So I am running into an issue where the CUDA files I add to the project are not detected as .cu files by the VisualStudio which (I think) leads to the recompilation of the .cu files every time I change anything (not the .cu files, a .cpp file for example). Is there a standard way to add the *.cu files to my project? Or at least some cues. Thank you