LINK_LIBRARIES.rst 615 B

1234567891011121314151617
  1. LINK_LIBRARIES
  2. --------------
  3. List of direct link dependencies.
  4. This property specifies the list of libraries or targets which will be
  5. used for linking. In addition to accepting values from the
  6. target_link_libraries command, values may be set directly on any
  7. target using the set_property command.
  8. The target property values are used by the generators to set the link
  9. libraries for the compiler. See also the target_link_libraries
  10. command.
  11. Contents of LINK_LIBRARIES may use "generator expressions" with the syntax
  12. "$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
  13. available expressions.