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

Function checkArgumentsPreconditions

Source/cmSourceGroupCommand.cxx:255–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static bool checkArgumentsPreconditions(ParsedArguments const& parsedArguments,
256 std::string& errorMsg)
257{
258 return checkSingleParameterArgumentPreconditions(
259 kPrefixOptionName, parsedArguments, errorMsg) &&
260 checkSingleParameterArgumentPreconditions(kTreeOptionName, parsedArguments,
261 errorMsg) &&
262 checkSingleParameterArgumentPreconditions(kRegexOptionName,
263 parsedArguments, errorMsg);
264}
265
266static bool processTree(cmMakefile& mf, ParsedArguments& parsedArguments,
267 std::string& errorMsg)

Callers 1

cmSourceGroupCommandFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…