mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
CUDA: Add separable compilation support to the makefile generator.
This commit is contained in:
committed by
Brad King
parent
43ce4414c4
commit
d038559e49
@@ -26,6 +26,9 @@ protected:
|
||||
void WriteStaticLibraryRules();
|
||||
void WriteSharedLibraryRules(bool relink);
|
||||
void WriteModuleLibraryRules(bool relink);
|
||||
|
||||
void WriteDeviceLibraryRules(const std::string& linkRule,
|
||||
const std::string& extraFlags, bool relink);
|
||||
void WriteLibraryRules(const std::string& linkRule,
|
||||
const std::string& extraFlags, bool relink);
|
||||
// MacOSX Framework support methods
|
||||
@@ -33,6 +36,9 @@ protected:
|
||||
|
||||
// Store the computd framework version for OS X Frameworks.
|
||||
std::string FrameworkVersion;
|
||||
|
||||
private:
|
||||
std::string DeviceLinkObject;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user