INTERFACE_POSITION_INDEPENDENT_CODE.rst 788 B

123456789101112131415
  1. INTERFACE_POSITION_INDEPENDENT_CODE
  2. -----------------------------------
  3. Whether consumers need to create a position-independent target
  4. The INTERFACE_POSITION_INDEPENDENT_CODE property informs consumers of
  5. this target whether they must set their POSITION_INDEPENDENT_CODE
  6. property to ON. If this property is set to ON, then the
  7. POSITION_INDEPENDENT_CODE property on all consumers will be set to ON.
  8. Similarly, if this property is set to OFF, then the
  9. POSITION_INDEPENDENT_CODE property on all consumers will be set to
  10. OFF. If this property is undefined, then consumers will determine
  11. their POSITION_INDEPENDENT_CODE property by other means. Consumers
  12. must ensure that the targets that they link to have a consistent
  13. requirement for their INTERFACE_POSITION_INDEPENDENT_CODE property.