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

Method InstallsForConfig

Source/cmInstallGenerator.cxx:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool cmInstallGenerator::InstallsForConfig(std::string const& config)
213{
214 return this->GeneratesForConfig(config);
215}
216
217std::string cmInstallGenerator::ConvertToAbsoluteDestination(
218 std::string const& dest)

Callers 3

DumpInstallerMethod · 0.80

Calls 1

GeneratesForConfigMethod · 0.80

Tested by

no test coverage detected