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

Method SetFilenameTargetDepends

Source/cmGlobalGenerator.cxx:3953–3957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951}
3952
3953void cmGlobalGenerator::SetFilenameTargetDepends(
3954 cmSourceFile* sf, std::set<cmGeneratorTarget const*> const& tgts)
3955{
3956 this->FilenameTargetDepends[sf] = tgts;
3957}
3958
3959std::set<cmGeneratorTarget const*> const&
3960cmGlobalGenerator::GetFilenameTargetDepends(cmSourceFile* sf) const

Callers 1

CreateOutputFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected