CMAKE_AUTORCC_OPTIONS.rst 367 B

12345678910111213141516
  1. CMAKE_AUTORCC_OPTIONS
  2. ---------------------
  3. Additional options for ``rcc`` when using :variable:`CMAKE_AUTORCC`.
  4. This variable is used to initialize the :prop_tgt:`AUTORCC_OPTIONS` property on
  5. all the targets. See that target property for additional information.
  6. EXAMPLE
  7. ^^^^^^^
  8. .. code-block:: cmake
  9. # ...
  10. set(CMAKE_AUTORCC_OPTIONS "--compress;9")
  11. # ...