get_source_file_property.rst 509 B

12345678910111213141516
  1. get_source_file_property
  2. ------------------------
  3. Get a property for a source file.
  4. ::
  5. get_source_file_property(VAR file property)
  6. Get a property from a source file. The value of the property is
  7. stored in the variable VAR. If the property is not found, VAR will be
  8. set to "NOTFOUND". Use set_source_files_properties to set property
  9. values. Source file properties usually control how the file is built.
  10. One property that is always there is LOCATION
  11. See also the more general get_property() command.