HEADER_FILE_ONLY.rst 333 B

123456789
  1. HEADER_FILE_ONLY
  2. ----------------
  3. Is this source file only a header file.
  4. A property on a source file that indicates if the source file is a
  5. header file with no associated implementation. This is set
  6. automatically based on the file extension and is used by CMake to
  7. determine if certain dependency information should be computed.