Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddCMakeOutputFile
Method
AddCMakeOutputFile
Source/cmMakefile.h:692–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
return this->OutputFiles;
691
}
692
void AddCMakeOutputFile(std::string const& file)
693
{
694
this->OutputFiles.push_back(file);
695
}
696
697
/**
698
* Expand all defined variables in the string.
Callers
9
ConfigureFile
Method · 0.95
CreateAppBundle
Method · 0.80
CreateFramework
Method · 0.80
CreateCFBundle
Method · 0.80
InitAutogenTarget
Method · 0.80
InitRccTargets
Method · 0.80
WriteTargetCleanAdditional
Method · 0.80
HandleConfigureCommand
Function · 0.80
Generate
Method · 0.80
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected