summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-07-18 16:59:18 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-18 16:59:18 (GMT)
commitcbe3ee58ca568ede66ff04abb6b73ac39b092701 (patch)
tree1c556a4e9283c49fb5c20c45418b98855a6f61ce /Source/cmMakefile.h
parente7fbd489e0da88e2fd70aa039da4f4173ee24028 (diff)
downloadCMake-cbe3ee58ca568ede66ff04abb6b73ac39b092701.zip
CMake-cbe3ee58ca568ede66ff04abb6b73ac39b092701.tar.gz
CMake-cbe3ee58ca568ede66ff04abb6b73ac39b092701.tar.bz2
cmMakefile: Add a PropertyKeys accessor.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
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; }