You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
369 B
12 lines
369 B
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`.
|