CMake/Tests/RunCMake/function
Alex Turbov 90e3e2a777 cmFunctionCommand: Introduce CMAKE_CURRENT_FUNCTION* variables
`CMAKE_CURRENT_FUNCTION`
  Can be used for diagnostic or debugging messages like the
  `__PRETTY_FUNCTION__` macro of GCC.

`CMAKE_CURRENT_FUNCTION_LIST_DIR`
  Eliminates the necessity of the additional "global"
  variables inside a module used to access additional "resource"
  files from functions defined in the module.

...
2019-12-10 16:43:27 +02:00
..
CMAKE_CURRENT_FUNCTION-stdout.txt
CMAKE_CURRENT_FUNCTION.cmake
CMakeLists.txt
DummyMacro.cmake
RunCMakeTest.cmake