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

Function setCurrentEnvironment

plugins/cmake/cmakeutils.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void setCurrentEnvironment( KDevelop::IProject* project, const QString& environment )
410{
411 writeBuildDirParameter( project, Config::Specific::cmakeEnvironmentKey, environment );
412}
413
414void initBuildDirConfig( KDevelop::IProject* project )
415{

Callers 3

checkForNeedingConfigureFunction · 0.85
applyMethod · 0.85
createBuildDirMethod · 0.85

Calls 1

writeBuildDirParameterFunction · 0.85

Tested by

no test coverage detected