diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2014-08-09 12:50:49 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2014-08-09 13:30:21 (GMT) |
commit | 12418f5c264ef8e66724cbb19e1304416452c7f8 (patch) | |
tree | 8a24da8109930edc8589b82ba36c73369be1d7d4 /Source/cmInstalledFile.h | |
parent | a99b42a4101dfa29ef3ebbfcbac58226879fd2f3 (diff) | |
download | CMake-12418f5c264ef8e66724cbb19e1304416452c7f8.zip CMake-12418f5c264ef8e66724cbb19e1304416452c7f8.tar.gz CMake-12418f5c264ef8e66724cbb19e1304416452c7f8.tar.bz2 |
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; |