CMAKE_CURRENT_FUNCTION_LIST_FILE.rst 345 B

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