get_source_file_property.rst 548 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``
  8. will be set to "NOTFOUND". Use :command:`set_source_files_properties`
  9. to set property values. Source file properties usually control how the
  10. file is built. One property that is always there is :prop_sf:`LOCATION`
  11. See also the more general :command:`get_property` command.