summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2008-03-04 14:16:33 (GMT)
committerKen Martin <ken.martin@kitware.com>2008-03-04 14:16:33 (GMT)
commitd47a5951edf48738db67dac22eef24de948965ec (patch)
treeaf6bc1dfefda26763e188227c276a811910ba9da /Source/cmake.h
parentefb309fe2981f7030946b057544bc6c413c74744 (diff)
downloadCMake-d47a5951edf48738db67dac22eef24de948965ec.zip
CMake-d47a5951edf48738db67dac22eef24de948965ec.tar.gz
CMake-d47a5951edf48738db67dac22eef24de948965ec.tar.bz2
ENH: add --help-policies and --help-policy command line options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 9ed4ddc..c7ed21c 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -258,6 +258,7 @@ class cmake
void GetPropertiesDocumentation(std::map<std::string,
cmDocumentationSection *>&);
void GetGeneratorDocumentation(std::vector<cmDocumentationEntry>&);
+ void GetPolicyDocumentation(std::vector<cmDocumentationEntry>& entries);
///! Set/Get a property of this target file
void SetProperty(const char *prop, const char *value);