summaryrefslogtreecommitdiff
path: root/Source/cmInstalledFile.h
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-08-09 14:50:49 +0200
committerNils Gladitz <nilsgladitz@gmail.com>2014-08-09 15:30:21 +0200
commit12418f5c264ef8e66724cbb19e1304416452c7f8 (patch)
tree8a24da8109930edc8589b82ba36c73369be1d7d4 /Source/cmInstalledFile.h
parenta99b42a4101dfa29ef3ebbfcbac58226879fd2f3 (diff)
downloadcmake-12418f5c264ef8e66724cbb19e1304416452c7f8.tar.gz
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 df28221bca..0292cd1bc6 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;