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

Method AddInstallScript

Source/cmGlobalGenerator.cxx:4086–4089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4084}
4085
4086void cmGlobalGenerator::AddInstallScript(std::string const& file)
4087{
4088 this->InstallScripts.push_back(file);
4089}
4090
4091void cmGlobalGenerator::AddTestFile(std::string const& file)
4092{

Callers 1

GenerateInstallRulesMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected