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

Method CanCompileSources

Source/cmGeneratorTarget.cxx:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171bool cmGeneratorTarget::CanCompileSources() const
1172{
1173 return this->Target->CanCompileSources();
1174}
1175
1176bool cmGeneratorTarget::HasKnownRuntimeArtifactLocation(
1177 std::string const& config) const

Callers 5

GetLinkClosureMethod · 0.95
GetLinkImplementationMethod · 0.95
GetLanguagesMethod · 0.95
GetIncludeDirectoriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected