CUDA Tool for SCons A tool for building projects with SCons

Hi all,

I wrote a cuda tool for SCons and i added it to the Scons wiki. You can find it there:

[url=“CudaTool · SCons/scons Wiki · GitHub”]http://www.scons.org/wiki/CudaTool[/url]

It works with Linux and should work with Windows too. I might work with Mac OS X, but i don’t have a Mac to test it. See here for “installation instructions”.

The above page includes the tool’s source code (save it as cuda.py) and an example SConscript for building the simpleGL example.

Thanks for posting this! I use scons in a project now that make grow some CUDA features in the future.