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

Function cmMakeSingleCommandLine

Source/cmCustomCommandLines.cxx:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16cmCustomCommandLines cmMakeSingleCommandLine(
17 std::initializer_list<cm::string_view> ilist)
18{
19 cmCustomCommandLines commandLines;
20 commandLines.push_back(cmMakeCommandLine(ilist));
21 return commandLines;
22}

Callers 11

MaybeCreateImplibDirMethod · 0.85
AddExtraTargetsMethod · 0.85
CreateCustomCommandsMethod · 0.85
cmQTWrapUICommandFunction · 0.85
CopyPchCompilePdbMethod · 0.85
cmFLTKWrapUICommandFunction · 0.85
AddCheckTargetMethod · 0.85
FixGlobalTargetsMethod · 0.85
CreateVCProjBuildRuleMethod · 0.85
cmQTWrapCPPCommandFunction · 0.85

Calls 2

cmMakeCommandLineFunction · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…