MCPcopy Create free account
hub / github.com/Kitware/CMake / DepfileFormat

Method DepfileFormat

Source/cmGlobalGenerator.h:602–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600
601 virtual bool SupportsCustomCommandDepfile() const { return false; }
602 virtual cm::optional<cmDepfileFormat> DepfileFormat() const
603 {
604 return cm::nullopt;
605 }
606
607 virtual bool SupportsLinkerDependencyFile() const { return false; }
608

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected