COMPILE_OPTIONS.rst 470 B

1234567891011121314
  1. COMPILE_OPTIONS
  2. ---------------
  3. List of options to pass to the compiler.
  4. This property specifies the list of directories given so far for this
  5. property. This property exists on directories and targets.
  6. The target property values are used by the generators to set the
  7. options for the compiler.
  8. Contents of COMPILE_OPTIONS may use "generator expressions" with the syntax
  9. ``$<...>``. See the :manual:`cmake-generator-expressions(7)` manual for
  10. available expressions.