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