Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ AddPath
Method
AddPath
Source/cmSearchPath.cxx:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void cmSearchPath::AddPath(std::string const& path)
39
{
40
this->AddPathInternal(path,
""
);
41
}
42
43
void cmSearchPath::AddUserPath(std::string const& path)
44
{
Callers
5
FillPrefixesPackageRedirect
Method · 0.45
FillPrefixesPackageRoot
Method · 0.45
FillPrefixesSystemEnvironment
Method · 0.45
CheckPackageRegistryEntry
Method · 0.45
FillPrefixesCMakeSystemVariable
Method · 0.45
Calls
1
AddPathInternal
Method · 0.95
Tested by
no test coverage detected