blob: b4fb2db22e1b05c89b6a32f07142db22548ddbd1 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
|