MCPcopy Create free account
hub / github.com/Kitware/CMake / WriteTargetVersionAttribute

Method WriteTargetVersionAttribute

Source/cmLocalVisualStudio7Generator.cxx:1291–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1289}
1290
1291void cmLocalVisualStudio7Generator::WriteTargetVersionAttribute(
1292 std::ostream& fout, cmGeneratorTarget* gt)
1293{
1294 int major;
1295 int minor;
1296 gt->GetTargetVersion(major, minor);
1297 fout << "\t\t\t\tVersion=\"" << major << "." << minor << "\"\n";
1298}
1299
1300void cmLocalVisualStudio7GeneratorInternals::OutputLibraries(
1301 std::ostream& fout, ItemVector const& libs)

Callers 1

OutputBuildToolMethod · 0.95

Calls 1

GetTargetVersionMethod · 0.80

Tested by

no test coverage detected