Skip to content

WIP: Autogen: Use intermediate custom command for rcc wrapper generation

For multi configuration generators this adds a dedicated custom command to generate the rcc output wrapper file. The file used to be generated by the cmake -E cmake_autorcc command which now generates the actual rcc output file only. The motivation is to allow per configuration dependencies of the wrapper file (custom command).

Fixes: #18006 (closed)

Edited by Brad King

Merge request reports