cmGeneratorTarget: Move GetTargetVersion from cmTarget.

This commit is contained in:
Stephen Kelly
2015-10-16 19:19:51 +02:00
parent 1427227720
commit 12e4790a0b
11 changed files with 62 additions and 61 deletions
+2 -1
View File
@@ -106,7 +106,8 @@ private:
const char* source,
const cmCustomCommand& command,
FCInfo& fcinfo);
void WriteTargetVersionAttribute(std::ostream& fout, cmTarget& target);
void WriteTargetVersionAttribute(std::ostream& fout,
cmGeneratorTarget* gt);
bool WriteGroup(const cmSourceGroup *sg,
cmTarget& target, std::ostream &fout,