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

Method GetConfigDirectory

Source/cmGlobalGenerator.h:620–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 return path;
619 }
620 virtual std::string GetConfigDirectory(std::string const& config) const
621 {
622 if (!this->IsMultiConfig() || config.empty()) {
623 return {};
624 }
625 return cmStrCat('/', config);
626 }
627
628 static std::string EscapeJSON(std::string const& s);
629

Callers 3

GetObjectFileDirMethod · 0.80
ForTargetMethod · 0.80
GetSourceVariablesMethod · 0.80

Calls 3

IsMultiConfigMethod · 0.95
cmStrCatFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected