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

Method IsPerConfig

Source/cmTarget.cxx:2869–2872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2867}
2868
2869bool cmTarget::IsPerConfig() const
2870{
2871 return this->impl->PerConfig;
2872}
2873
2874bool cmTarget::IsRuntimeBinary() const
2875{

Callers 5

CreateIfAnyMethod · 0.80
AppendTargetOutputsMethod · 0.80
GenerateMethod · 0.80
GenerateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected