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

Method DebugLibraryFound

Source/cmFindLibraryCommand.cxx:274–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 void DebugLibraryFound(std::string const& name, std::string const& path)
275 {
276 if (this->DebugState) {
277 auto regexName =
278 cmStrCat(this->PrefixRegexStr, name, this->SuffixRegexStr);
279 this->DebugState->FoundAt(path, regexName);
280 }
281 }
282};
283
284namespace {

Callers 1

CheckDirectoryForNameMethod · 0.95

Calls 2

FoundAtMethod · 0.80
cmStrCatFunction · 0.70

Tested by

no test coverage detected