GenEx/LINK_LIBRARY: Add features for framework support on Apple

This commit is contained in:
Marc Chevrier
2022-02-10 23:57:14 +01:00
parent 40178f3c90
commit a2cfa2da4f
17 changed files with 329 additions and 46 deletions
+5
View File
@@ -63,6 +63,11 @@ public:
cmGeneratorTarget const* Target = nullptr;
bool HasFeature() const { return this->Feature != nullptr; }
const std::string& GetFeatureName() const
{
return HasFeature() ? this->Feature->Name
: cmComputeLinkDepends::LinkEntry::DEFAULT;
}
BT<std::string> GetFormattedItem(std::string const& path) const
{