mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
ENH: Adding image version number (major.minor) property to windows binaries. Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
This commit is contained in:
@@ -112,6 +112,7 @@ private:
|
||||
const std::vector<std::string>& depends,
|
||||
const std::vector<std::string>& outputs,
|
||||
const char* extraFlags);
|
||||
void WriteTargetVersionAttribute(std::ostream& fout, cmTarget& target);
|
||||
|
||||
void WriteGroup(const cmSourceGroup *sg,
|
||||
cmTarget target, std::ostream &fout,
|
||||
|
||||
Reference in New Issue
Block a user