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

Function IsValidFeatureFormat

Source/cmComputeLinkInformation.cxx:674–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674bool IsValidFeatureFormat(std::string const& format)
675{
676 return format.find("<LIBRARY>") != std::string::npos ||
677 format.find("<LIB_ITEM>") != std::string::npos ||
678 format.find("<LINK_ITEM>") != std::string::npos;
679}
680
681class FeaturePlaceHolderExpander : public cmPlaceholderExpander
682{

Callers 1

AddLibraryFeatureMethod · 0.85

Calls 1

findMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…