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

Function targetDirectoriesFile

plugins/cmake/cmakeutils.cpp:259–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259KDevelop::Path targetDirectoriesFile(KDevelop::IProject* project)
260{
261 auto currentBuildDir = CMake::currentBuildDir(project);
262 if (currentBuildDir.isEmpty()) {
263 return {};
264 }
265
266 return KDevelop::Path(currentBuildDir, QStringLiteral("CMakeFiles/TargetDirectories.txt"));
267}
268
269QString currentBuildType( KDevelop::IProject* project, int builddir )
270{

Callers 1

startMethod · 0.85

Calls 3

currentBuildDirFunction · 0.85
PathClass · 0.70
isEmptyMethod · 0.45

Tested by

no test coverage detected