diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-25 09:35:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:23 (GMT) |
commit | 520ca0ff6c123250c633a3618459d0161cbc4683 (patch) | |
tree | d1d77c41acba19eb91e4a8e6ef359243a438324f /Source/cmGeneratorTarget.h | |
parent | 3e3c754b8cc3af463dcea95000daf3a18b359b7a (diff) | |
download | CMake-520ca0ff6c123250c633a3618459d0161cbc4683.zip CMake-520ca0ff6c123250c633a3618459d0161cbc4683.tar.gz CMake-520ca0ff6c123250c633a3618459d0161cbc4683.tar.bz2 |
cmGeneratorTarget: Add API for property keys
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 58c3421..3c6f267 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -57,6 +57,7 @@ public: std::string GetName() const; std::string GetExportName() const; + std::vector<std::string> GetPropertyKeys() const; const char *GetProperty(const std::string& prop) const; bool GetPropertyAsBool(const std::string& prop) const; void GetSourceFiles(std::vector<cmSourceFile*>& files, |