INTERFACE_SYSTEM_INCLUDE_DIRECTORIES.rst 658 B

123456789101112131415
  1. INTERFACE_SYSTEM_INCLUDE_DIRECTORIES
  2. ------------------------------------
  3. List of public system include directories for a library.
  4. Targets may populate this property to publish the include directories
  5. which contain system headers, and therefore should not result in
  6. compiler warnings. Consuming targets will then mark the same include
  7. directories as system headers.
  8. Contents of ``INTERFACE_SYSTEM_INCLUDE_DIRECTORIES`` may use "generator
  9. expressions" with the syntax ``$<...>``. See the
  10. :manual:`cmake-generator-expressions(7)` manual for available expressions.
  11. See the :manual:`cmake-buildsystem(7)` manual for more on defining
  12. buildsystem properties.