COMPATIBLE_INTERFACE_STRING.rst 792 B

12345678910111213141516
  1. COMPATIBLE_INTERFACE_STRING
  2. ---------------------------
  3. Properties which must be string-compatible with their link interface
  4. The ``COMPATIBLE_INTERFACE_STRING`` property may contain a list of
  5. properties for this target which must be the same when evaluated as a
  6. string in the ``INTERFACE`` variant of the property all linked dependees.
  7. For example, if a property ``FOO`` appears in the list, then for each
  8. dependee, the ``INTERFACE_FOO`` property content in all of its
  9. dependencies must be equal with each other, and with the ``FOO`` property
  10. in the depender. If the property is not set, then it is ignored.
  11. Note that for each dependee, the set of properties specified in this
  12. property must not intersect with the set specified in any of the other
  13. :ref:`Compatible Interface Properties`.