INTERFACE_COMPILE_OPTIONS.rst 507 B

12345678910111213141516
  1. INTERFACE_COMPILE_OPTIONS
  2. -------------------------
  3. .. versionadded:: 4.4
  4. .. |property_name| replace:: compile options
  5. .. |command_name| replace:: :command:`set_property(FILE_SET)`
  6. .. |PROPERTY_INTERFACE_NAME| replace:: ``INTERFACE_COMPILE_OPTIONS``
  7. .. include:: include/INTERFACE_BUILD_PROPERTY.rst
  8. Related properties:
  9. * Use :prop_fs:`INTERFACE_COMPILE_DEFINITIONS` to pass additional preprocessor
  10. definitions.
  11. * Use :prop_fs:`INTERFACE_INCLUDE_DIRECTORIES` to pass additional include
  12. directories.