mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
333 B
ReStructuredText
10 lines
333 B
ReStructuredText
HEADER_FILE_ONLY
|
|
----------------
|
|
|
|
Is this source file only a header file.
|
|
|
|
A property on a source file that indicates if the source file is a
|
|
header file with no associated implementation. This is set
|
|
automatically based on the file extension and is used by CMake to
|
|
determine if certain dependency information should be computed.
|