1CMAKE_CURRENT_FUNCTION_LIST_FILE
2--------------------------------
3
4.. versionadded:: 3.17
5
6When executing code inside a :command:`function`, this variable
7contains the full path to the listfile that defined the current function.
8
9See also :variable:`CMAKE_CURRENT_FUNCTION`,
10:variable:`CMAKE_CURRENT_FUNCTION_LIST_DIR` and
11:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE`.
12