diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2014-09-27 15:34:39 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2014-09-27 15:34:39 (GMT) |
commit | d48c781fc2e637fd9605775f44f4360bec6a59d9 (patch) | |
tree | 08a190d00835a9fb230fcf3dae6956b19dffabc4 /Source/cmInstalledFile.h | |
parent | 58dc05de9e8e130b0fc188ff510826d649d62aff (diff) | |
download | CMake-d48c781fc2e637fd9605775f44f4360bec6a59d9.zip CMake-d48c781fc2e637fd9605775f44f4360bec6a59d9.tar.gz CMake-d48c781fc2e637fd9605775f44f4360bec6a59d9.tar.bz2 |
CPackWiX: Extend CPACK_WIX_ACL to support directories
Diffstat (limited to 'Source/cmInstalledFile.h')
-rw-r--r-- | Source/cmInstalledFile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmInstalledFile.h b/Source/cmInstalledFile.h index 0292cd1..7134a4e 100644 --- a/Source/cmInstalledFile.h +++ b/Source/cmInstalledFile.h @@ -62,6 +62,8 @@ public: void AppendProperty(cmMakefile const* mf, const std::string& prop, const char* value,bool asString=false); + bool HasProperty(const std::string& prop) const; + bool GetProperty(const std::string& prop, std::string& value) const; bool GetPropertyAsBool(const std::string& prop) const; |