Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4086
void cmGlobalGenerator::AddInstallScript(std::string const& file)
4087
{
4088
this->InstallScripts.push_back(file);
4089
}
4090
4091
void cmGlobalGenerator::AddTestFile(std::string const& file)
4092
{
Callers
1
GenerateInstallRules
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected