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

Class NameComponents

Source/cmGeneratorTarget.h:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 cmStateEnums::RuntimeBinaryArtifact) const;
396
397 struct NameComponents
398 {
399 std::string prefix;
400 std::string base;
401 std::string suffix;
402 };
403 NameComponents const& GetFullNameComponents(
404 std::string const& config,
405 cmStateEnums::ArtifactType artifact =

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…