Running gcc and nvcc in scons

Hello Guys,

I’m trying to implement the nvcc tool into the current sconscripts I had. This sconscripts is currently running with gcc, how can I make it run with the nvcc?? I’m following this link for the cuda build tools for scons. The attached is the current sconscript I’m trying to run on.

SConscript (4.6 KB)