generalize-importedtargets-behavior.rst 1.1 KB

12345678910111213141516171819202122232425
  1. generalize-importedtargets-behavior
  2. -----------------------------------
  3. * The :command:`target_compile_definitions` command learned to set the
  4. :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` property on
  5. :ref:`Imported Targets`.
  6. * The :command:`target_compile_features` command learned to set the
  7. :prop_tgt:`INTERFACE_COMPILE_FEATURES` property on :ref:`Imported Targets`.
  8. * The :command:`target_compile_options` command learned to set the
  9. :prop_tgt:`INTERFACE_COMPILE_OPTIONS` property on :ref:`Imported Targets`.
  10. * The :command:`target_include_directories` command learned to set the
  11. :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES` property on
  12. :ref:`Imported Targets`.
  13. * The :command:`target_sources` command learned to set the
  14. :prop_tgt:`INTERFACE_SOURCES` property on :ref:`Imported Targets`.
  15. * The :command:`target_link_libraries` command learned to set the
  16. :prop_tgt:`INTERFACE_LINK_LIBRARIES` property on :ref:`Imported Targets`.
  17. * :ref:`Alias Targets` may now alias :ref:`Imported Targets` that are
  18. created with the ``GLOBAL`` option to :command:`add_library`.