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

Method WriteMSDriverConfigurationValues

Source/cmVisualStudio10TargetGenerator.cxx:1628–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626}
1627
1628void cmVisualStudio10TargetGenerator::WriteMSDriverConfigurationValues(
1629 Elem& e1, std::string const&)
1630{
1631 // FIXME: Introduce a way for project code to control these.
1632 e1.Element("DriverType", "KMDF");
1633 e1.Element("DriverTargetPlatform", "Universal");
1634}
1635
1636void cmVisualStudio10TargetGenerator::WriteMSToolConfigurationValuesCommon(
1637 Elem& e1, std::string const& config)

Callers 1

Calls 1

ElementMethod · 0.45

Tested by

no test coverage detected