1LISTFILE_STACK
2--------------
3
4The current stack of listfiles being processed.
5
6This property is mainly useful when trying to debug errors in your
7CMake scripts.  It returns a list of what list files are currently
8being processed, in order.  So if one listfile does an
9:command:`include` command then that is effectively pushing the
10included listfile onto the stack.
11