diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1a7bf20..be384e6 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -892,6 +892,9 @@ public: bool CompileFeatureKnown(cmTarget const* target, const std::string& feature, std::string& lang, std::string *error) const; + const char* CompileFeaturesAvailable(const std::string& lang, + std::string *error) const; + void ClearMatches(); void StoreMatches(cmsys::RegularExpression& re); |