mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +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.
15 lines
468 B
ReStructuredText
15 lines
468 B
ReStructuredText
COMPILE_OPTIONS
|
|
---------------
|
|
|
|
List of options to pass to the compiler.
|
|
|
|
This property specifies the list of directories given so far for this
|
|
property. This property exists on directories and targets.
|
|
|
|
The target property values are used by the generators to set the
|
|
options for the compiler.
|
|
|
|
Contents of COMPILE_OPTIONS may use "generator expressions" with the syntax
|
|
"$<...>". See the :manual:`cmake-generator-expressions(7)` manual for
|
|
available expressions.
|