diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 82a2279..a010da1 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -700,6 +700,7 @@ public: const char *GetProperty(const std::string& prop) const; const char *GetProperty(const std::string& prop, bool chain) const; bool GetPropertyAsBool(const std::string& prop) const; + std::vector<std::string> GetPropertyKeys() const; // Get the properties cmPropertyMap &GetProperties() { return this->Properties; } |