summaryrefslogtreecommitdiff
path: root/Help/prop_dir/LISTFILE_STACK.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_dir/LISTFILE_STACK.rst')
-rw-r--r--Help/prop_dir/LISTFILE_STACK.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_dir/LISTFILE_STACK.rst b/Help/prop_dir/LISTFILE_STACK.rst
new file mode 100644
index 000000000..22ec4b68a
--- /dev/null
+++ b/Help/prop_dir/LISTFILE_STACK.rst
@@ -0,0 +1,10 @@
+LISTFILE_STACK
+--------------
+
+The current stack of listfiles being processed.
+
+This property is mainly useful when trying to debug errors in your
+CMake scripts. It returns a list of what list files are currently
+being processed, in order. So if one listfile does an
+:command:`include` command then that is effectively pushing the
+included listfile onto the stack.