CMake/Help/prop_dir/COMPILE_OPTIONS.rst
Brad King e7ca48f226 Help: Factor out cmake-generator-expressions manual page
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.
2013-10-16 09:22:38 -04:00

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.