parent
0ef8da2a53
commit
510cb415d4
|
@ -36,6 +36,9 @@ public:
|
|||
);
|
||||
virtual ~cmInstallTargetGenerator();
|
||||
|
||||
static std::string GetInstallFilename(cmTarget*target, const char* config,
|
||||
bool implib, bool useSOName);
|
||||
|
||||
protected:
|
||||
virtual void GenerateScript(std::ostream& os);
|
||||
void PrepareScriptReference(std::ostream& os, cmTarget* target,
|
||||
|
|
Loading…
Reference in New Issue