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

Class TargetDirectoryRegistration

Source/cmGlobalGenerator.h:650–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 std::string ComputeTargetShortName(std::string const& bindir,
649 std::string const& targetName) const;
650 struct TargetDirectoryRegistration
651 {
652 TargetDirectoryRegistration() = default;
653 TargetDirectoryRegistration(cmGeneratorTarget const* t, bool w)
654 : CollidesWith(t)
655 , Warned(w)
656 {
657 }
658
659 cmGeneratorTarget const* CollidesWith = nullptr;
660 bool Warned = false;
661 };
662 TargetDirectoryRegistration& RegisterTargetDirectory(
663 cmGeneratorTarget const* tgt, std::string const& targetDir) const;
664

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…