mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
CUDA: Add separable compilation support to the makefile generator.
This commit is contained in:
committed by
Brad King
parent
43ce4414c4
commit
d038559e49
@@ -21,6 +21,10 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void WriteExecutableRule(bool relink);
|
||||
virtual void WriteDeviceExecutableRule(bool relink);
|
||||
|
||||
private:
|
||||
std::string DeviceLinkObject;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user