diff options
author | Brad King <brad.king@kitware.com> | 2014-08-11 13:54:19 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-08-11 13:54:19 (GMT) |
commit | 401d82b3db7253d29e51ecc7c7cdbaee70a38166 (patch) | |
tree | 42eb35223cc7d810523b8c5882c78b846e6c194f /Source/cmInstalledFile.h | |
parent | 8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f (diff) | |
parent | 975dc87174294d59f60ffa0e52608f8fbf429737 (diff) | |
download | CMake-401d82b3db7253d29e51ecc7c7cdbaee70a38166.zip CMake-401d82b3db7253d29e51ecc7c7cdbaee70a38166.tar.gz CMake-401d82b3db7253d29e51ecc7c7cdbaee70a38166.tar.bz2 |
Merge topic 'wix-acl'
975dc871 Help: Add notes for topic 'wix-acl'
12418f5c CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
Diffstat (limited to 'Source/cmInstalledFile.h')
-rw-r--r-- | Source/cmInstalledFile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmInstalledFile.h b/Source/cmInstalledFile.h index df28221..0292cd1 100644 --- a/Source/cmInstalledFile.h +++ b/Source/cmInstalledFile.h @@ -66,6 +66,9 @@ public: bool GetPropertyAsBool(const std::string& prop) const; + void GetPropertyAsList(const std::string& prop, + std::vector<std::string>& list) const; + void SetName(cmMakefile* mf, const std::string& name); std::string const& GetName() const; |