INTERFACE_INCLUDE_DIRECTORIES.rst 580 B

12345678910111213
  1. INTERFACE_INCLUDE_DIRECTORIES
  2. -----------------------------
  3. List of public include directories for a library.
  4. Targets may populate this property to publish the include directories
  5. required to compile against the headers for the target. Consuming
  6. targets can add entries to their own INCLUDE_DIRECTORIES property such
  7. as $<TARGET_PROPERTY:foo,INTERFACE_INCLUDE_DIRECTORIES> to use the
  8. include directories specified in the interface of 'foo'.
  9. This property also supports generator expressions. See the
  10. :manual:`cmake-generator-expressions(7)` manual for available expressions.