Hi,<br><br>I need to process .rc files differently depending on whether the build is debug or release.&nbsp; The problem is that the resource compiler is only passed defines that are defined using add_definitions.&nbsp;&nbsp; add_definitions doesn&#39;t appear to provide a way to change the defines based on configuration.&nbsp; I have the same issue when compiling files, but I deal with it by setting extra flags in CMAKE_C_FLAGS_(DEBUG,RELEASE) to indicate the build type, but these flags are not passed to the resource compiler.&nbsp; Is there any way to do build type conditional resource file processing?
<br><br>Thanks,<br><br>Omar<br>