1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Add listfile definition to man pages

The term `listfile` was previously used without a definition in the man
pages, e.g., `CMAKE_CURRENT_LIST_FILE` in `cmake-variables(7)`.

Closes: #18512
This commit is contained in:
Andrew Howe
2025-07-21 11:34:57 -04:00
committed by Brad King
parent 8eeeeb7efe
commit 51f838f8a8

View File

@@ -12,6 +12,8 @@ Organization
CMake input files are written in the "CMake Language" in source files
named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension.
The term *listfile* is a general name for any such source file containing
CMake commands that the tool processes.
CMake Language source files in a project are organized into: