esrlabs / bake

C++ build tool
http://esrlabs.github.io/bake
Other
26 stars 11 forks source link

Integrate Cuda compiler #171

Open aschaal opened 6 years ago

aschaal commented 6 years ago

First approach could be adding it as a forth compiler type (C ,CPP, ASM, Q). This way it can be combined easily with GCC or MSVC.

Maybe a generic solution about these types would be great, but to have a quick solution a hardcoded "Q" compiler is sufficient.