Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetCleanTargetName
Method
GetCleanTargetName
Source/cmGlobalNinjaGenerator.h:229–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
return
"rebuild_cache"
;
228
}
229
char const* GetCleanTargetName() const override { return
"clean"
; }
230
231
bool SupportsCustomCommandDepfile() const override { return true; }
232
cm::optional<cmDepfileFormat> DepfileFormat() const override
Callers
1
WriteTargetClean
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected