summaryrefslogtreecommitdiffstats
path: root/Source/cmGetDirectoryPropertyCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-03-22 19:06:52 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-03-22 19:06:52 (GMT)
commit10efe3b079caf5237e01d31b09f7947c77c7458f (patch)
tree4df9c11b285a62fdeb1c7868520e9303f95fd26e /Source/cmGetDirectoryPropertyCommand.h
parent43b9f184c2f9cacce2917577f9469f71f64885c5 (diff)
downloadCMake-10efe3b079caf5237e01d31b09f7947c77c7458f.zip
CMake-10efe3b079caf5237e01d31b09f7947c77c7458f.tar.gz
CMake-10efe3b079caf5237e01d31b09f7947c77c7458f.tar.bz2
ENH: added some new functionality
Diffstat (limited to 'Source/cmGetDirectoryPropertyCommand.h')
-rw-r--r--Source/cmGetDirectoryPropertyCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGetDirectoryPropertyCommand.h b/Source/cmGetDirectoryPropertyCommand.h
index 6892221..b146488 100644
--- a/Source/cmGetDirectoryPropertyCommand.h
+++ b/Source/cmGetDirectoryPropertyCommand.h
@@ -62,7 +62,8 @@ public:
"stored in the variable VAR. If the property is not found, "
"CMake will report an error. The properties include: VARIABLES, "
"CACHE_VARIABLES, COMMANDS, MACROS, INCLUDE_DIRECTORIES, "
- "LINK_DIRECTORIES, DEFINITIONS, INCLUDE_REGULAR_EXPRESSION and "
+ "LINK_DIRECTORIES, DEFINITIONS, INCLUDE_REGULAR_EXPRESSION, "
+ "LISTFILE_STACK, PARENT_DIRECTORY, and "
"DEFINITION varname. If the DIRECTORY argument is provided then "
"the property of the provided directory will be retrieved "
"instead of the current directory. You can only get properties "