mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
GenEx/LINK_LIBRARY: Add features for framework support on Apple
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user