summaryrefslogtreecommitdiffstats
path: root/Source/cmInstalledFile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-11 13:54:19 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-11 13:54:19 (GMT)
commit401d82b3db7253d29e51ecc7c7cdbaee70a38166 (patch)
tree42eb35223cc7d810523b8c5882c78b846e6c194f /Source/cmInstalledFile.h
parent8b61070748ce7de7c7ad3a21b9fa6b3bc5281e4f (diff)
parent975dc87174294d59f60ffa0e52608f8fbf429737 (diff)
downloadCMake-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.h3
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;