mirror of
https://github.com/reactos/CMake.git
synced 2025-01-31 17:12:49 +00:00
e7ca48f226
Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
13 lines
505 B
ReStructuredText
13 lines
505 B
ReStructuredText
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES
|
|
------------------------------------
|
|
|
|
List of public system include directories for a library.
|
|
|
|
Targets may populate this property to publish the include directories
|
|
which contain system headers, and therefore should not result in
|
|
compiler warnings. Consuming targets will then mark the same include
|
|
directories as system headers.
|
|
|
|
This property also supports generator expressions. See the
|
|
:manual:`cmake-generator-expressions(7)` manual for available expressions.
|