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

Method GetTargetDirectory

Source/cmLocalGenerator.cxx:4744–4751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4742}
4743
4744std::string cmLocalGenerator::GetTargetDirectory(
4745 cmGeneratorTarget const* /*unused*/,
4746 cmStateEnums::IntermediateDirKind /*kind*/) const
4747{
4748 cmSystemTools::Error("GetTargetDirectory"
4749 " called on cmLocalGenerator");
4750 return "";
4751}
4752
4753cmPolicies::PolicyStatus cmLocalGenerator::GetPolicyStatus(
4754 cmPolicies::PolicyID id) const

Callers 3

CreateCProjectFileMethod · 0.45
GetSupportDirectoryMethod · 0.45

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected