MCPcopy 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
38void cmSearchPath::AddPath(std::string const& path)
39{
40 this->AddPathInternal(path, "");
41}
42
43void cmSearchPath::AddUserPath(std::string const& path)
44{

Calls 1

AddPathInternalMethod · 0.95

Tested by

no test coverage detected