EXPORT_PROPERTIES.rst 550 B

1234567891011121314
  1. EXPORT_PROPERTIES
  2. -----------------
  3. List additional properties to export for a target.
  4. This property contains a list of property names that should be exported by
  5. the :command:`install(EXPORT)` and :command:`export` commands. By default
  6. only a limited number of properties are exported. This property can be used
  7. to additionally export other properties as well.
  8. Properties starting with ``INTERFACE_`` or ``IMPORTED_`` are not allowed as
  9. they are reserved for internal CMake use.
  10. Properties containing generator expressions are also not allowed.