2014-08-03 19:52:23 +02:00
|
|
|
CMAKE_AUTORCC_OPTIONS
|
|
|
|
---------------------
|
|
|
|
|
2018-01-26 17:06:56 +01:00
|
|
|
Additional options for ``rcc`` when using :variable:`CMAKE_AUTORCC`.
|
2014-08-03 19:52:23 +02:00
|
|
|
|
|
|
|
This variable is used to initialize the :prop_tgt:`AUTORCC_OPTIONS` property on
|
|
|
|
all the targets. See that target property for additional information.
|
2018-01-26 17:06:56 +01:00
|
|
|
|
|
|
|
EXAMPLE
|
|
|
|
^^^^^^^
|
|
|
|
|
|
|
|
.. code-block:: cmake
|
|
|
|
|
|
|
|
# ...
|
|
|
|
set(CMAKE_AUTORCC_OPTIONS "--compress;9")
|
|
|
|
# ...
|