CUDA: Add separable compilation support to the makefile generator.

This commit is contained in:
Robert Maynard
2016-10-21 14:17:42 -04:00
committed by Brad King
parent 43ce4414c4
commit d038559e49
4 changed files with 459 additions and 0 deletions
@@ -21,6 +21,10 @@ public:
protected:
virtual void WriteExecutableRule(bool relink);
virtual void WriteDeviceExecutableRule(bool relink);
private:
std::string DeviceLinkObject;
};
#endif