mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>
This MR may help to solve issues #19757 and #18008 Fixes: #19965
This commit is contained in:
@@ -137,6 +137,10 @@ public:
|
||||
{
|
||||
return this->HadHeadSensitiveCondition;
|
||||
}
|
||||
bool GetHadLinkLanguageSensitiveCondition() const
|
||||
{
|
||||
return this->HadLinkLanguageSensitiveCondition;
|
||||
}
|
||||
std::set<cmGeneratorTarget const*> GetSourceSensitiveTargets() const
|
||||
{
|
||||
return this->SourceSensitiveTargets;
|
||||
@@ -178,6 +182,7 @@ private:
|
||||
mutable std::string Output;
|
||||
mutable bool HadContextSensitiveCondition;
|
||||
mutable bool HadHeadSensitiveCondition;
|
||||
mutable bool HadLinkLanguageSensitiveCondition;
|
||||
mutable std::set<cmGeneratorTarget const*> SourceSensitiveTargets;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user