MCPcopy Create free account
hub / github.com/KDE/kdevelop / setCurrentExtraArguments

Function setCurrentExtraArguments

plugins/cmake/cmakeutils.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381void setCurrentExtraArguments( KDevelop::IProject* project, const QString& string)
382{
383 writeBuildDirParameter( project, Config::Specific::cmakeArgumentsKey, string );
384}
385
386QString currentEnvironment(KDevelop::IProject* project, int builddir)
387{

Callers 3

checkForNeedingConfigureFunction · 0.85
applyMethod · 0.85
createBuildDirMethod · 0.85

Calls 1

writeBuildDirParameterFunction · 0.85

Tested by

no test coverage detected