mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
cmGeneratorTarget: Move GetTargetVersion from cmTarget.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user