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

Method setCMakeExecutable

plugins/cmake/cmakebuilddirchooser.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void CMakeBuildDirChooser::setCMakeExecutable(const Path& path)
236{
237 m_chooserUi->cmakeExecutable->setUrl(path.toUrl());
238 updated();
239}
240
241void CMakeBuildDirChooser::setInstallPrefix(const Path& path)
242{

Callers 2

checkForNeedingConfigureFunction · 0.80
createBuildDirMethod · 0.80

Calls 2

setUrlMethod · 0.45
toUrlMethod · 0.45

Tested by

no test coverage detected