cmake/Help/variable/CMAKE_CURRENT_FUNCTION_LIST_FILE.rst
2021-09-14 00:13:48 +02:00

12 lines
369 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` and
:variable:`CMAKE_CURRENT_FUNCTION_LIST_LINE`.