CMAKE_AUTORCC_OPTIONS

Additional options for rcc when using CMAKE_AUTORCC.

This variable is used to initialize the AUTORCC_OPTIONS property on all the targets. See that target property for additional information.

EXAMPLE

# ...
set(CMAKE_AUTORCC_OPTIONS "--compress;9")
# ...