| 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 = |
no outgoing calls
no test coverage detected
searching dependent graphs…