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