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

Method UsesDefaultOutputDir

Source/cmGeneratorTarget.cxx:4506–4511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4504}
4505
4506bool cmGeneratorTarget::UsesDefaultOutputDir(
4507 std::string const& config, cmStateEnums::ArtifactType artifact) const
4508{
4509 std::string dir;
4510 return this->ComputeOutputDir(config, artifact, dir);
4511}
4512
4513cmGeneratorTarget::OutputInfo const* cmGeneratorTarget::GetOutputInfo(
4514 std::string const& config) const

Callers 1

Calls 1

ComputeOutputDirMethod · 0.95

Tested by

no test coverage detected