SYMBOLIC.rst 364 B

1234567891011
  1. SYMBOLIC
  2. --------
  3. .. versionadded:: 4.2
  4. Read-only indication of whether a target is ``SYMBOLIC``.
  5. Symbolic targets are created by calls to
  6. :command:`add_library(INTERFACE SYMBOLIC) <add_library(INTERFACE-SYMBOLIC)>`.
  7. They are useful for packages to represent additional **components** or
  8. **feature selectors** that consumers can request via ``find_package()``.