You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
333 B
10 lines
333 B
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.
|