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

Method IsFastbuild

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

Source from the content-addressed store, hash-verified

573 virtual bool IsNinja() const { return false; }
574
575 virtual bool IsFastbuild() const { return false; }
576
577 /** Return true if we know the exact location of object files for the given
578 cmTarget. If false, store the reason in the given string. This is

Callers 6

AddPchDependenciesMethod · 0.45
CopyPchCompilePdbMethod · 0.45
AddUnityBuildMethod · 0.45
InitAutogenTargetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected