dependencies of cuda generated exe

Hi,

what are the dependencies of any cuda generated exe. (i.e. exe generated using C++ and CU codes)

I can run the program from my Visual studio IDE but i am not able to run the exe from command line.

From dependency walker i found that my exe depends on cudart.dll so i placed that dll and also cuda.lib and cudart.lib in the same directory and try to run it. But still my exe crashes.

Basically how do we ship such exes and what are the minimal things that needs to be installed in a PC that needs to run it.

Note: My exe is 64 bit

Thank You
miztaken