diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 9937cae..9b33118 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -247,6 +247,10 @@ protected: bool m_UseRelativePaths; bool m_IgnoreLibPrefix; bool Configured; + + // Hack for ExpandRuleVariable until object-oriented version is + // committed. + std::string m_TargetImplib; }; #endif |