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

Function setCurrentCMakeExecutable

plugins/cmake/cmakeutils.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void setCurrentCMakeExecutable(KDevelop::IProject* project, const KDevelop::Path& path)
365{
366 // maintain compatibility with older versions for now
367 writeBuildDirParameter(project, Config::Specific::cmakeBinaryKey, path.toLocalFile());
368 writeBuildDirParameter(project, Config::Specific::cmakeExecutableKey, path.toLocalFile());
369}
370
371void setCurrentBuildDir( KDevelop::IProject* project, const KDevelop::Path& path )
372{

Callers 3

checkForNeedingConfigureFunction · 0.85
applyMethod · 0.85
createBuildDirMethod · 0.85

Calls 2

writeBuildDirParameterFunction · 0.85
toLocalFileMethod · 0.80

Tested by

no test coverage detected