COMP: forgot to commit this one

Alex
This commit is contained in:
Alexander Neundorf 2007-06-15 15:33:57 -04:00
parent 0ef8da2a53
commit 510cb415d4
1 changed files with 3 additions and 0 deletions

View File

@ -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,