mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
`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. ...
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|