mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-07-31 20:28:11 +08:00
13 lines
406 B
ReStructuredText
13 lines
406 B
ReStructuredText
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`,
|
|
:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE` and
|
|
:variable:`CMAKE_CURRENT_LIST_FILE`.
|